#B58B02

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

Shades of Dark Goldenrod #B58B02

Tints of Dark Goldenrod #B58B02

Color information

#B58B02 (or 0xB58B02) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 8B and 02. RGB value is (181,139,2). Sum of RGB (Red+Green+Blue) = 181+139+2=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58B02 is #4A74FD. Grayscale: #888888. Windows color (decimal): -4879614 or 166837. OLE color: 166837.

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

Color convert

RGB1811392-
CMYK00.230.990.29
HSL45.92º97.81%35.88%-
HSV(B)45.92º98.9%70.98%-
XYZ28.328.294.03-
YUV135.9452.41160.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=56.21%
G=43.17%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181139200.230.990.2945.9297.8135.88
HexB58B2017631D2e6224
Octal2652132027143355614244
Binary1011010110001011100101111100011111011011101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B02; }

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

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

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

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

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

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

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

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