#B49403

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

Shades of Dark Goldenrod #B49403

Tints of Dark Goldenrod #B49403

Color information

#B49403 (or 0xB49403) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 94 and 03. RGB value is (180,148,3). Sum of RGB (Red+Green+Blue) = 180+148+3=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B49403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49403 is #4B6BFC. Grayscale: #8D8D8D. Windows color (decimal): -4942845 or 234676. OLE color: 234676.

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

Color convert

RGB1801483-
CMYK00.180.980.29
HSL49.15º96.72%35.88%-
HSV(B)49.15º98.33%70.59%-
XYZ29.4330.894.5-
YUV141.0450.1155.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=54.38%
G=44.71%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180148300.180.980.2949.1596.7235.88
HexB4943012621D316124
Octal2642243022142356114144
Binary1011010010010100110100101100010111011100011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49403; }

 p { color: rgb(180,148,3); }

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

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

 a { background-color: rgb(180,148,3); }

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

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

 span { border-color: rgb(180,148,3); }

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