#B58102

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

Shades of Dark Goldenrod #B58102

Tints of Dark Goldenrod #B58102

Color information

#B58102 (or 0xB58102) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 81 and 02. RGB value is (181,129,2). Sum of RGB (Red+Green+Blue) = 181+129+2=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B58102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58102 is #4A7EFD. Grayscale: #828282. Windows color (decimal): -4882174 or 164277. OLE color: 164277.

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

Color convert

RGB1811292-
CMYK00.290.990.29
HSL42.57º97.81%35.88%-
HSV(B)42.57º98.9%70.98%-
XYZ26.9225.533.57-
YUV130.0755.73164.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=58.01%
G=41.35%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181129200.290.990.2942.5797.8135.88
HexB581201D631D2b6224
Octal2652012035143355314244
Binary1011010110000001100111011100011111011010111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58102; }

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

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

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

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

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

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

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

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