#B38615

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

Shades of Dark Goldenrod #B38615

Tints of Dark Goldenrod #B38615

Color information

#B38615 (or 0xB38615) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 86 and 15. RGB value is (179,134,21). Sum of RGB (Red+Green+Blue) = 179+134+21=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B38615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38615 is #4C79EA. Grayscale: #878787. Windows color (decimal): -5011947 or 1410739. OLE color: 1410739.

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

Color convert

RGB17913421-
CMYK00.250.880.30
HSL42.91º79%39.22%-
HSV(B)42.91º88.27%70.2%-
XYZ27.2526.694.42-
YUV134.5763.91159.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 21 (8.59% from 255) = 6.29%
R=53.59%
G=40.12%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791342100.250.880.3042.917939.22
HexB38615019581E2b4f27
Octal26320625031130365311747
Binary1011001110000110101010110011011000111101010111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38615; }

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

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

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

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

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

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

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

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