#B18D16

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

Shades of Dark Goldenrod #B18D16

Tints of Dark Goldenrod #B18D16

Color information

#B18D16 (or 0xB18D16) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 8D and 16. RGB value is (177,141,22). Sum of RGB (Red+Green+Blue) = 177+141+22=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18D16 is #4E72E9. Grayscale: #8A8A8A. Windows color (decimal): -5141226 or 1478065. OLE color: 1478065.

HSL color Cylindrical-coordinate representation of color #B18D16: hue angle of 46.06º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B18D16 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17714122-
CMYK00.200.880.31
HSL46.06º77.89%39.02%-
HSV(B)46.06º87.57%69.41%-
XYZ27.828.454.79-
YUV138.262.43155.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 141 (55.47% from 255) = 41.47%
BLUE value IS 22 (8.98% from 255) = 6.47%
R=52.06%
G=41.47%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771412200.200.880.3146.0677.8939.02
HexB18D16014581F2e4e27
Octal26121526024130375611647
Binary1011000110001101101100101001011000111111011101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D16; }

 p { color: rgb(177,141,22); }

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

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

 a { background-color: rgb(177,141,22); }

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

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

 span { border-color: rgb(177,141,22); }

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