#B58402

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

Shades of Dark Goldenrod #B58402

Tints of Dark Goldenrod #B58402

Color information

#B58402 (or 0xB58402) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 84 and 02. RGB value is (181,132,2). Sum of RGB (Red+Green+Blue) = 181+132+2=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B58402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58402 is #4A7BFD. Grayscale: #848484. Windows color (decimal): -4881406 or 165045. OLE color: 165045.

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

Color convert

RGB1811322-
CMYK00.270.990.29
HSL43.58º97.81%35.88%-
HSV(B)43.58º98.9%70.98%-
XYZ27.3226.333.7-
YUV131.8354.73163.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=57.46%
G=41.90%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181132200.270.990.2943.5897.8135.88
HexB584201B631D2c6224
Octal2652042033143355414244
Binary1011010110000100100110111100011111011011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58402; }

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

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

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

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

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

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

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

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