#B38016

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

Shades of Dark Goldenrod #B38016

Tints of Dark Goldenrod #B38016

Color information

#B38016 (or 0xB38016) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 80 and 16. RGB value is (179,128,22). Sum of RGB (Red+Green+Blue) = 179+128+22=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B38016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38016 is #4C7FE9. Grayscale: #838383. Windows color (decimal): -5013482 or 1474739. OLE color: 1474739.

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

Color convert

RGB17912822-
CMYK00.280.880.30
HSL40.51º78.11%39.41%-
HSV(B)40.51º87.71%70.2%-
XYZ26.4525.084.21-
YUV131.1666.4162.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 22 (8.98% from 255) = 6.69%
R=54.41%
G=38.91%
B=6.69%

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
Decimal1791282200.280.880.3040.5178.1139.41
HexB3801601C581E294e27
Octal26320026034130365111647
Binary1011001110000000101100111001011000111101010011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38016; }

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

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

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

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

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

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

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

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