Color Hex Logo

#bf733d Color Hex

#BF733D
(191,115,61)
0 Favorites   0 Comments

Color spaces of #bf733d

RGB 19111561
HSL0.070.520.49
HSV25°68°75°
CMYK 0.000.400.68   0.25
XYZ28.458923.67487.4846
Yxy23.67480.47740.3971
Hunter Lab48.656819.253724.9395
CIE-Lab55.760725.186941.7973

#bf733d color RGB value is (191,115,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110011 00111101
Octal 277 163 75
Decimal 191 115 61
Hex BF 73 3D

RGB Percentages of Color #bf733d

%52.04
%31.34
%16.62

CMYK Percentages of Color #bf733d

%0
%40
%68
%25

Triadic Colors of #bf733d

#bf733d #3dbf73 #733dbf

Analogous Colors of #bf733d

#bf733d #bfb43d #bf3d48

Monochromatic Colors of #bf733d

#bf733d

Complementary Color

#bf733d #3d89bf

#bf733d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf733d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf733d Color CSS Codes

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

#bf733d Text Font Color

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

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


#bf733d Background Color

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

This div background color is #bf733d


#bf733d Border Color

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

This div border color is #bf733d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf733d


Comments

No comments written yet.

Please login to write comment.