Color Hex Logo

#bf7015 Color Hex

#BF7015
(191,112,21)
0 Favorites   0 Comments

Color spaces of #bf7015

RGB 19111221
HSL0.090.800.42
HSV32°89°75°
CMYK 0.000.410.89   0.25
XYZ27.415422.71883.6497
Yxy22.71880.50970.4224
Hunter Lab47.664219.256828.8251
CIE-Lab54.781525.268357.5515

#bf7015 color RGB value is (191,112,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110000 00010101
Octal 277 160 25
Decimal 191 112 21
Hex BF 70 15

RGB Percentages of Color #bf7015

%58.95
%34.57
%6.48

CMYK Percentages of Color #bf7015

%0
%41
%89
%25

Triadic Colors of #bf7015

#bf7015 #15bf70 #7015bf

Analogous Colors of #bf7015

#bf7015 #b9bf15 #bf1b15

Monochromatic Colors of #bf7015

#bf7015

Complementary Color

#bf7015 #1564bf

#bf7015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7015 Color CSS Codes

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

#bf7015 Text Font Color

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

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


#bf7015 Background Color

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

This div background color is #bf7015


#bf7015 Border Color

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

This div border color is #bf7015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7015


Comments

No comments written yet.

Please login to write comment.