#b38e17

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

Shades of Dark Goldenrod #B38E17

Tints of Dark Goldenrod #B38E17

Color information

#B38E17 (or 0xB38E17) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8E and 17. RGB value is (179,142,23). Sum of RGB (Red+Green+Blue) = 179+142+23=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38E17 is #4C71E8. Grayscale: #8C8C8C. Windows color (decimal): -5009897 or 1543859. OLE color: 1543859.

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

Color convert

RGB17914223-
CMYK00.210.870.30
HSL45.77º77.23%39.61%-
HSV(B)45.77º87.15%70.2%-
XYZ28.4228.994.91-
YUV139.562.26156.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 23 (9.38% from 255) = 6.69%
R=52.03%
G=41.28%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791422300.210.870.3045.7777.2339.61
HexB38E17015571E2e4d28
Octal26321627025127365611550
Binary1011001110001110101110101011010111111101011101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38e17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38e17; }

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

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

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

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

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

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

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

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