Color Hex Logo

#bf7600 Color Hex

#BF7600
(191,118,0)
0 Favorites   0 Comments

Color spaces of #bf7600

RGB 1911180
HSL0.101.000.37
HSV37°100°75°
CMYK 0.000.381.00   0.25
XYZ27.964324.03323.1650
Yxy24.03320.50690.4357
Hunter Lab49.023716.029430.4888
CIE-Lab56.121021.684762.8523

#bf7600 color RGB value is (191,118,0).

#bf7600 hex color red value is 191, green value is 118 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bf7600 hue: 0.10 , saturation: 1.00 and the lightness value of bf7600 is 0.37.

The process color (four color CMYK) of #bf7600 color hex is 0.00, 0.38, 1.00, 0.25. Web safe color of #bf7600 is #cc6600. Color #bf7600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110110 00000000
Octal 277 166 0
Decimal 191 118 0
Hex BF 76 0

RGB Percentages of Color #bf7600

%61.81
%38.19
%0.00

CMYK Percentages of Color #bf7600

%0
%38
%100
%25

Triadic Colors of #bf7600

#bf7600 #00bf76 #7600bf

Analogous Colors of #bf7600

#bf7600 #a9bf00 #bf1700

Monochromatic Colors of #bf7600

#bf7600

Complementary Color

#bf7600 #0049bf

#bf7600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7600 Color CSS Codes

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

#bf7600 Text Font Color

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

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


#bf7600 Background Color

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

This div background color is #bf7600


#bf7600 Border Color

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

This div border color is #bf7600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7600


Comments

No comments written yet.

Please login to write comment.