Color Hex Logo

#bf710c Color Hex

#BF710C
(191,113,12)
0 Favorites   0 Comments

Color spaces of #bf710c

RGB 19111312
HSL0.090.880.40
HSV34°94°75°
CMYK 0.000.410.94   0.25
XYZ27.457322.91323.3233
Yxy22.91320.51140.4267
Hunter Lab47.867718.620429.3911
CIE-Lab54.982824.568859.8813

#bf710c color RGB value is (191,113,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110001 00001100
Octal 277 161 14
Decimal 191 113 12
Hex BF 71 C

RGB Percentages of Color #bf710c

%60.44
%35.76
%3.80

CMYK Percentages of Color #bf710c

%0
%41
%94
%25

Triadic Colors of #bf710c

#bf710c #0cbf71 #710cbf

Analogous Colors of #bf710c

#bf710c #b4bf0c #bf180c

Monochromatic Colors of #bf710c

#bf710c

Complementary Color

#bf710c #0c5abf

#bf710c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf710c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf710c Color CSS Codes

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

#bf710c Text Font Color

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

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


#bf710c Background Color

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

This div background color is #bf710c


#bf710c Border Color

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

This div border color is #bf710c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf710c


Comments

No comments written yet.

Please login to write comment.