#B58B03

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

Shades of Dark Goldenrod #B58B03

Tints of Dark Goldenrod #B58B03

Color information

#B58B03 (or 0xB58B03) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 8B and 03. RGB value is (181,139,3). Sum of RGB (Red+Green+Blue) = 181+139+3=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58B03 is #4A74FC. Grayscale: #888888. Windows color (decimal): -4879613 or 232373. OLE color: 232373.

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

Color convert

RGB1811393-
CMYK00.230.980.29
HSL45.84º96.74%36.08%-
HSV(B)45.84º98.34%70.98%-
XYZ28.3128.34.06-
YUV136.0552.91160.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 139 (54.69% from 255) = 43.03%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=56.04%
G=43.03%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181139300.230.980.2945.8496.7436.08
HexB58B3017621D2e6124
Octal2652133027142355614144
Binary1011010110001011110101111100010111011011101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B03; }

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

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

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

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

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

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

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

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