#B87302

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

Shades of Dark Goldenrod #B87302

Tints of Dark Goldenrod #B87302

Color information

#B87302 (or 0xB87302) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 73 and 02. RGB value is (184,115,2). Sum of RGB (Red+Green+Blue) = 184+115+2=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B87302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87302 is #478CFD. Grayscale: #7B7B7B. Windows color (decimal): -4689150 or 160696. OLE color: 160696.

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

Color convert

RGB1841152-
CMYK00.380.990.28
HSL37.25º97.85%36.47%-
HSV(B)37.25º98.91%72.16%-
XYZ25.9122.463.03-
YUV122.7559.86171.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.13%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=61.13%
G=38.21%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184115200.380.990.2837.2597.8536.47
HexB8732026631C256224
Octal2701632046143344514244
Binary1011100011100111001001101100011111001001011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87302; }

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

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

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

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

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

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

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

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