#B58602

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

Shades of Dark Goldenrod #B58602

Tints of Dark Goldenrod #B58602

Color information

#B58602 (or 0xB58602) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 86 and 02. RGB value is (181,134,2). Sum of RGB (Red+Green+Blue) = 181+134+2=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B58602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58602 is #4A79FD. Grayscale: #858585. Windows color (decimal): -4880894 or 165557. OLE color: 165557.

HSL color Cylindrical-coordinate representation of color #B58602: hue angle of 44.25º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B58602 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1811342-
CMYK00.260.990.29
HSL44.25º97.81%35.88%-
HSV(B)44.25º98.9%70.98%-
XYZ27.5926.883.79-
YUV13354.07162.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.10%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=57.10%
G=42.27%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181134200.260.990.2944.2597.8135.88
HexB586201A631D2c6224
Octal2652062032143355414244
Binary1011010110000110100110101100011111011011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58602; }

 p { color: rgb(181,134,2); }

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

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

 a { background-color: rgb(181,134,2); }

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

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

 span { border-color: rgb(181,134,2); }

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