#B87E01

Color #B87E01 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B87E01

Tints of Dark Goldenrod #B87E01

Color information

#B87E01 (or 0xB87E01) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 7E and 01. RGB value is (184,126,1). Sum of RGB (Red+Green+Blue) = 184+126+1=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87E01 is #4781FE. Grayscale: #818181. Windows color (decimal): -4686335 or 97976. OLE color: 97976.

HSL color Cylindrical-coordinate representation of color #B87E01: hue angle of 40.98º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B87E01 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1841261-
CMYK00.320.990.28
HSL40.98º98.92%36.27%-
HSV(B)40.98º99.46%72.16%-
XYZ27.2325.113.44-
YUV129.0955.72167.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 59.16%
GREEN value IS 126 (49.61% from 255) = 40.51%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=59.16%
G=40.51%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184126100.320.990.2840.9898.9236.27
HexB87E1020631C296324
Octal2701761040143345114344
Binary101110001111110101000001100011111001010011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87E01; }

 p { color: rgb(184,126,1); }

 H1.HeaderClassName
 {
   color: #B87E01;
 }
 .AnyTagClassName
 {
   color: #B87E01;
 }
</style>
background-color css

<style>
 a { background-color: #B87E01; }

 a { background-color: rgb(184,126,1); }

 div.DivClassName
 {
   background-color: #B87E01;
 }
 .BgClassName
 {
   background-color: #B87E01;
 }
</style>
border-color css

<style>
 span { border-color: #B87E01; }

 span { border-color: rgb(184,126,1); }

 td.TdClassName
 {
   border-color: #B87E01;
 }
 .TagClassName
 {
   border-color: #B87E01;
 }
</style>