#B87502

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

Shades of Dark Goldenrod #B87502

Tints of Dark Goldenrod #B87502

Color information

#B87502 (or 0xB87502) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 75 and 02. RGB value is (184,117,2). Sum of RGB (Red+Green+Blue) = 184+117+2=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B87502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87502 is #478AFD. Grayscale: #7C7C7C. Windows color (decimal): -4688638 or 161208. OLE color: 161208.

HSL color Cylindrical-coordinate representation of color #B87502: hue angle of 37.91º degrees, saturation: 0.98, 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 #B87502 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1841172-
CMYK00.360.990.28
HSL37.91º97.85%36.47%-
HSV(B)37.91º98.91%72.16%-
XYZ26.1422.923.1-
YUV123.9259.2170.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.73%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=60.73%
G=38.61%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184117200.360.990.2837.9197.8536.47
HexB8752024631C266224
Octal2701652044143344614244
Binary1011100011101011001001001100011111001001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87502; }

 p { color: rgb(184,117,2); }

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

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

 a { background-color: rgb(184,117,2); }

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

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

 span { border-color: rgb(184,117,2); }

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