Color Hex Logo

#bf733f Color Hex

#BF733F
(191,115,63)
0 Favorites   0 Comments

Color spaces of #bf733f

RGB 19111563
HSL0.070.500.50
HSV24°67°75°
CMYK 0.000.400.67   0.25
XYZ28.513823.69677.7737
Yxy23.69670.47540.3950
Hunter Lab48.679319.367424.6073
CIE-Lab55.782825.306540.7939

#bf733f color RGB value is (191,115,63).

#bf733f hex color red value is 191, green value is 115 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bf733f hue: 0.07 , saturation: 0.50 and the lightness value of bf733f is 0.50.

The process color (four color CMYK) of #bf733f color hex is 0.00, 0.40, 0.67, 0.25. Web safe color of #bf733f is #cc6633. Color #bf733f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110011 00111111
Octal 277 163 77
Decimal 191 115 63
Hex BF 73 3F

RGB Percentages of Color #bf733f

%51.76
%31.17
%17.07

CMYK Percentages of Color #bf733f

%0
%40
%67
%25

Triadic Colors of #bf733f

#bf733f #3fbf73 #733fbf

Analogous Colors of #bf733f

#bf733f #bfb33f #bf3f4b

Monochromatic Colors of #bf733f

#bf733f

Complementary Color

#bf733f #3f8bbf

#bf733f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf733f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf733f Color CSS Codes

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

#bf733f Text Font Color

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

This sample text font color is #bf733f
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.


#bf733f Background Color

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

This div background color is #bf733f


#bf733f Border Color

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

This div border color is #bf733f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf733f


Comments

No comments written yet.

Please login to write comment.