#B48902

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

Shades of Dark Goldenrod #B48902

Tints of Dark Goldenrod #B48902

Color information

#B48902 (or 0xB48902) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 89 and 02. RGB value is (180,137,2). Sum of RGB (Red+Green+Blue) = 180+137+2=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B48902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48902 is #4B76FD. Grayscale: #878787. Windows color (decimal): -4945662 or 166324. OLE color: 166324.

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

Color convert

RGB1801372-
CMYK00.240.990.29
HSL45.51º97.8%35.69%-
HSV(B)45.51º98.89%70.59%-
XYZ27.7827.63.92-
YUV134.4753.25160.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=56.43%
G=42.95%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180137200.240.990.2945.5197.835.69
HexB4892018631D2e6224
Octal2642112030143355614244
Binary1011010010001001100110001100011111011011101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48902; }

 p { color: rgb(180,137,2); }

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

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

 a { background-color: rgb(180,137,2); }

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

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

 span { border-color: rgb(180,137,2); }

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