#B38015

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

Shades of Dark Goldenrod #B38015

Tints of Dark Goldenrod #B38015

Color information

#B38015 (or 0xB38015) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 80 and 15. RGB value is (179,128,21). Sum of RGB (Red+Green+Blue) = 179+128+21=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B38015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38015 is #4C7FEA. Grayscale: #838383. Windows color (decimal): -5013483 or 1409203. OLE color: 1409203.

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

Color convert

RGB17912821-
CMYK00.280.880.30
HSL40.63º79%39.22%-
HSV(B)40.63º88.27%70.2%-
XYZ26.4425.084.16-
YUV131.0565.9162.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.57%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 21 (8.59% from 255) = 6.40%
R=54.57%
G=39.02%
B=6.40%

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
Decimal1791282100.280.880.3040.637939.22
HexB3801501C581E294f27
Octal26320025034130365111747
Binary1011001110000000101010111001011000111101010011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38015; }

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

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

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

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

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

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

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

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