Color Hex Logo

#bf743f Color Hex

#BF743F
(191,116,63)
0 Favorites   0 Comments

Color spaces of #bf743f

RGB 19111663
HSL0.070.500.50
HSV25°67°75°
CMYK 0.000.390.67   0.25
XYZ28.628523.92607.8119
Yxy23.92600.47420.3963
Hunter Lab48.914218.872624.7710
CIE-Lab56.013624.759941.0561

#bf743f color RGB value is (191,116,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110100 00111111
Octal 277 164 77
Decimal 191 116 63
Hex BF 74 3F

RGB Percentages of Color #bf743f

%51.62
%31.35
%17.03

CMYK Percentages of Color #bf743f

%0
%39
%67
%25

Triadic Colors of #bf743f

#bf743f #3fbf74 #743fbf

Analogous Colors of #bf743f

#bf743f #bfb43f #bf3f4a

Monochromatic Colors of #bf743f

#bf743f

Complementary Color

#bf743f #3f8abf

#bf743f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf743f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf743f Color CSS Codes

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

#bf743f Text Font Color

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

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


#bf743f Background Color

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

This div background color is #bf743f


#bf743f Border Color

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

This div border color is #bf743f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,116,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 #bf743f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf743f


Comments

No comments written yet.

Please login to write comment.