Color Hex Logo

#bf8015 Color Hex

#BF8015
(191,128,21)
0 Favorites   0 Comments

Color spaces of #bf8015

RGB 19112821
HSL0.100.800.42
HSV38°89°75°
CMYK 0.000.330.89   0.25
XYZ29.340426.56894.2914
Yxy26.56890.48740.4413
Hunter Lab51.545011.401831.1453
CIE-Lab58.573216.482960.5116

#bf8015 color RGB value is (191,128,21).

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

The process color (four color CMYK) of #bf8015 color hex is 0.00, 0.33, 0.89, 0.25. Web safe color of #bf8015 is #cc9900. Color #bf8015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000000 00010101
Octal 277 200 25
Decimal 191 128 21
Hex BF 80 15

RGB Percentages of Color #bf8015

%56.18
%37.65
%6.18

CMYK Percentages of Color #bf8015

%0
%33
%89
%25

Triadic Colors of #bf8015

#bf8015 #15bf80 #8015bf

Analogous Colors of #bf8015

#bf8015 #a9bf15 #bf2b15

Monochromatic Colors of #bf8015

#bf8015

Complementary Color

#bf8015 #1554bf

#bf8015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8015 Color CSS Codes

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

#bf8015 Text Font Color

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

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


#bf8015 Background Color

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

This div background color is #bf8015


#bf8015 Border Color

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

This div border color is #bf8015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8015


Comments

No comments written yet.

Please login to write comment.