Color Hex Logo

#bf741b Color Hex

#BF741B
(191,116,27)
0 Favorites   0 Comments

Color spaces of #bf741b

RGB 19111627
HSL0.090.750.43
HSV33°86°75°
CMYK 0.000.390.86   0.25
XYZ27.929123.64634.1291
Yxy23.64630.50140.4245
Hunter Lab48.627517.423129.0047
CIE-Lab55.731923.222356.4820

#bf741b color RGB value is (191,116,27).

#bf741b hex color red value is 191, green value is 116 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bf741b hue: 0.09 , saturation: 0.75 and the lightness value of bf741b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110100 00011011
Octal 277 164 33
Decimal 191 116 27
Hex BF 74 1B

RGB Percentages of Color #bf741b

%57.19
%34.73
%8.08

CMYK Percentages of Color #bf741b

%0
%39
%86
%25

Triadic Colors of #bf741b

#bf741b #1bbf74 #741bbf

Analogous Colors of #bf741b

#bf741b #b8bf1b #bf221b

Monochromatic Colors of #bf741b

#bf741b

Complementary Color

#bf741b #1b66bf

#bf741b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf741b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf741b Color CSS Codes

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

#bf741b Text Font Color

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

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


#bf741b Background Color

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

This div background color is #bf741b


#bf741b Border Color

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

This div border color is #bf741b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf741b


Comments

No comments written yet.

Please login to write comment.