#B38B16

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

Shades of Dark Goldenrod #B38B16

Tints of Dark Goldenrod #B38B16

Color information

#B38B16 (or 0xB38B16) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8B and 16. RGB value is (179,139,22). Sum of RGB (Red+Green+Blue) = 179+139+22=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38B16 is #4C74E9. Grayscale: #8A8A8A. Windows color (decimal): -5010666 or 1477555. OLE color: 1477555.

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

Color convert

RGB17913922-
CMYK00.220.880.30
HSL44.71º78.11%39.41%-
HSV(B)44.71º87.71%70.2%-
XYZ27.9728.114.71-
YUV137.6262.75157.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 22 (8.98% from 255) = 6.47%
R=52.65%
G=40.88%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791392200.220.880.3044.7178.1139.41
HexB38B16016581E2d4e27
Octal26321326026130365511647
Binary1011001110001011101100101101011000111101011011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B16; }

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

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

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

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

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

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

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

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