#B38116

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

Shades of Dark Goldenrod #B38116

Tints of Dark Goldenrod #B38116

Color information

#B38116 (or 0xB38116) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 81 and 16. RGB value is (179,129,22). Sum of RGB (Red+Green+Blue) = 179+129+22=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B38116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38116 is #4C7EE9. Grayscale: #848484. Windows color (decimal): -5013226 or 1474995. OLE color: 1474995.

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

Color convert

RGB17912922-
CMYK00.280.880.30
HSL40.89º78.11%39.41%-
HSV(B)40.89º87.71%70.2%-
XYZ26.5925.344.25-
YUV131.7566.06161.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.24%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 22 (8.98% from 255) = 6.67%
R=54.24%
G=39.09%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791292200.280.880.3040.8978.1139.41
HexB3811601C581E294e27
Octal26320126034130365111647
Binary1011001110000001101100111001011000111101010011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38116; }

 p { color: rgb(179,129,22); }

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

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

 a { background-color: rgb(179,129,22); }

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

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

 span { border-color: rgb(179,129,22); }

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