#B38617

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

Shades of Dark Goldenrod #B38617

Tints of Dark Goldenrod #B38617

Color information

#B38617 (or 0xB38617) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 86 and 17. RGB value is (179,134,23). Sum of RGB (Red+Green+Blue) = 179+134+23=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B38617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38617 is #4C79E8. Grayscale: #878787. Windows color (decimal): -5011945 or 1541811. OLE color: 1541811.

HSL color Cylindrical-coordinate representation of color #B38617: hue angle of 42.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B38617 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17913423-
CMYK00.250.870.30
HSL42.69º77.23%39.61%-
HSV(B)42.69º87.15%70.2%-
XYZ27.2726.74.53-
YUV134.864.91159.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.27%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 23 (9.38% from 255) = 6.85%
R=53.27%
G=39.88%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791342300.250.870.3042.6977.2339.61
HexB38617019571E2b4d28
Octal26320627031127365311550
Binary1011001110000110101110110011010111111101010111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38617; }

 p { color: rgb(179,134,23); }

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

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

 a { background-color: rgb(179,134,23); }

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

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

 span { border-color: rgb(179,134,23); }

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