#B48512

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

Shades of Dark Goldenrod #B48512

Tints of Dark Goldenrod #B48512

Color information

#B48512 (or 0xB48512) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 85 and 12. RGB value is (180,133,18). Sum of RGB (Red+Green+Blue) = 180+133+18=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B48512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48512 is #4B7AED. Grayscale: #868686. Windows color (decimal): -4946670 or 1213876. OLE color: 1213876.

HSL color Cylindrical-coordinate representation of color #B48512: hue angle of 42.59º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B48512 is Cyan = 0, Magento = 0.26, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB18013318-
CMYK00.260.90.29
HSL42.59º81.82%38.82%-
HSV(B)42.59º90%70.59%-
XYZ27.3226.524.25-
YUV133.9462.57160.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=54.38%
G=40.18%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801331800.260.90.2942.5981.8238.82
HexB4851201A5A1D2b5227
Octal26420522032132355312247
Binary1011010010000101100100110101011010111011010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48512; }

 p { color: rgb(180,133,18); }

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

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

 a { background-color: rgb(180,133,18); }

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

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

 span { border-color: rgb(180,133,18); }

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