Color Hex Logo

#bf700c Color Hex

#BF700C
(191,112,12)
0 Favorites   0 Comments

Color spaces of #bf700c

RGB 19111212
HSL0.090.880.40
HSV34°94°75°
CMYK 0.000.410.94   0.25
XYZ27.346422.69133.2864
Yxy22.69130.51280.4255
Hunter Lab47.635419.110929.2543
CIE-Lab54.752925.114059.7172

#bf700c color RGB value is (191,112,12).

#bf700c hex color red value is 191, green value is 112 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bf700c hue: 0.09 , saturation: 0.88 and the lightness value of bf700c is 0.40.

The process color (four color CMYK) of #bf700c color hex is 0.00, 0.41, 0.94, 0.25. Web safe color of #bf700c is #cc6600. Color #bf700c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110000 00001100
Octal 277 160 14
Decimal 191 112 12
Hex BF 70 C

RGB Percentages of Color #bf700c

%60.63
%35.56
%3.81

CMYK Percentages of Color #bf700c

%0
%41
%94
%25

Triadic Colors of #bf700c

#bf700c #0cbf70 #700cbf

Analogous Colors of #bf700c

#bf700c #b5bf0c #bf170c

Monochromatic Colors of #bf700c

#bf700c

Complementary Color

#bf700c #0c5bbf

#bf700c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf700c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf700c Color CSS Codes

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

#bf700c Text Font Color

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

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


#bf700c Background Color

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

This div background color is #bf700c


#bf700c Border Color

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

This div border color is #bf700c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf700c


Comments

No comments written yet.

Please login to write comment.