#B18E12

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

Shades of Dark Goldenrod #B18E12

Tints of Dark Goldenrod #B18E12

Color information

#B18E12 (or 0xB18E12) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 8E and 12. RGB value is (177,142,18). Sum of RGB (Red+Green+Blue) = 177+142+18=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18E12 is #4E71ED. Grayscale: #8A8A8A. Windows color (decimal): -5140974 or 1216177. OLE color: 1216177.

HSL color Cylindrical-coordinate representation of color #B18E12: hue angle of 46.79º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B18E12 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17714218-
CMYK00.200.900.31
HSL46.79º81.54%38.24%-
HSV(B)46.79º89.83%69.41%-
XYZ27.9128.744.65-
YUV138.3360.1155.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 142 (55.86% from 255) = 42.14%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=52.52%
G=42.14%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771421800.200.900.3146.7981.5438.24
HexB18E120145A1F2f5226
Octal26121622024132375712246
Binary1011000110001110100100101001011010111111011111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E12; }

 p { color: rgb(177,142,18); }

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

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

 a { background-color: rgb(177,142,18); }

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

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

 span { border-color: rgb(177,142,18); }

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