Color Hex Logo

#bf743a Color Hex

#BF743A
(191,116,58)
0 Favorites   0 Comments

Color spaces of #bf743a

RGB 19111658
HSL0.070.530.49
HSV26°70°75°
CMYK 0.000.390.70   0.25
XYZ28.495023.87267.1090
Yxy23.87260.47910.4014
Hunter Lab48.859618.597225.5751
CIE-Lab55.960024.469343.5349

#bf743a color RGB value is (191,116,58).

#bf743a hex color red value is 191, green value is 116 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bf743a hue: 0.07 , saturation: 0.53 and the lightness value of bf743a is 0.49.

The process color (four color CMYK) of #bf743a color hex is 0.00, 0.39, 0.70, 0.25. Web safe color of #bf743a is #cc6633. Color #bf743a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110100 00111010
Octal 277 164 72
Decimal 191 116 58
Hex BF 74 3A

RGB Percentages of Color #bf743a

%52.33
%31.78
%15.89

CMYK Percentages of Color #bf743a

%0
%39
%70
%25

Triadic Colors of #bf743a

#bf743a #3abf74 #743abf

Analogous Colors of #bf743a

#bf743a #bfb73a #bf3a42

Monochromatic Colors of #bf743a

#bf743a

Complementary Color

#bf743a #3a85bf

#bf743a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf743a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf743a Color CSS Codes

.mybgcolor {background-color:#bf743a; } 
.myforecolor {color:#bf743a; }
.mybordercolor {border:3px solid #bf743a; }

#bf743a Text Font Color

<p style="color:#bf743a">Text here</p>

This sample text font color is #bf743a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf743a Background Color

<div style="background-color:#bf743a">
Div content here</div>

This div background color is #bf743a


#bf743a Border Color

<div style="border:3px solid #bf743a">
Div here</div>

This div border color is #bf743a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,116,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf743a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf743a;
  -webkit-box-shadow: 1px 1px 3px 2px #bf743a;
  box-shadow:         1px 1px 3px 2px #bf743a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,116,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf743a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf743a;
  -webkit-box-shadow: 1px 1px 3px 2px #bf743a;
  box-shadow:         1px 1px 3px 2px #bf743a;">
Div content here</div>

This div box has shadow with color #bf743a


Comments

No comments written yet.

Please login to write comment.