#B58C02

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

Shades of Dark Goldenrod #B58C02

Tints of Dark Goldenrod #B58C02

Color information

#B58C02 (or 0xB58C02) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 8C and 02. RGB value is (181,140,2). Sum of RGB (Red+Green+Blue) = 181+140+2=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58C02 is #4A73FD. Grayscale: #898989. Windows color (decimal): -4879358 or 167093. OLE color: 167093.

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

Color convert

RGB1811402-
CMYK00.230.990.29
HSL46.26º97.81%35.88%-
HSV(B)46.26º98.9%70.98%-
XYZ28.4528.584.08-
YUV136.5352.08159.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 140 (55.08% from 255) = 43.34%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=56.04%
G=43.34%
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
Decimal181140200.230.990.2946.2697.8135.88
HexB58C2017631D2e6224
Octal2652142027143355614244
Binary1011010110001100100101111100011111011011101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C02; }

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

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

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

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

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

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

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

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