#B38716

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

Shades of Dark Goldenrod #B38716

Tints of Dark Goldenrod #B38716

Color information

#B38716 (or 0xB38716) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 87 and 16. RGB value is (179,135,22). Sum of RGB (Red+Green+Blue) = 179+135+22=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B38716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38716 is #4C78E9. Grayscale: #878787. Windows color (decimal): -5011690 or 1476531. OLE color: 1476531.

HSL color Cylindrical-coordinate representation of color #B38716: hue angle of 43.18º 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 #B38716 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17913522-
CMYK00.250.880.30
HSL43.18º78.11%39.41%-
HSV(B)43.18º87.71%70.2%-
XYZ27.426.974.52-
YUV135.2764.08159.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.27%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 22 (8.98% from 255) = 6.55%
R=53.27%
G=40.18%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791352200.250.880.3043.1878.1139.41
HexB38716019581E2b4e27
Octal26320726031130365311647
Binary1011001110000111101100110011011000111101010111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38716; }

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

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

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

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

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

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

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

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