#B3900D

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

Shades of Dark Goldenrod #B3900D

Tints of Dark Goldenrod #B3900D

Color information

#B3900D (or 0xB3900D) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 90 and 0D. RGB value is (179,144,13). Sum of RGB (Red+Green+Blue) = 179+144+13=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B3900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3900D is #4C6FF2. Grayscale: #8C8C8C. Windows color (decimal): -5009395 or 889011. OLE color: 889011.

HSL color Cylindrical-coordinate representation of color #B3900D: hue angle of 47.35º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3900D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB17914413-
CMYK00.200.930.30
HSL47.35º86.46%37.65%-
HSV(B)47.35º92.74%70.2%-
XYZ28.6429.564.58-
YUV139.5356.6156.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.27%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 13 (5.47% from 255) = 3.87%
R=53.27%
G=42.86%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791441300.200.930.3047.3586.4637.65
HexB390D0145D1E2f5626
Octal26322015024135365712646
Binary101100111001000011010101001011101111101011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3900D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3900D; }

 p { color: rgb(179,144,13); }

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

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

 a { background-color: rgb(179,144,13); }

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

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

 span { border-color: rgb(179,144,13); }

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