#B47613

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

Shades of Dark Goldenrod #B47613

Tints of Dark Goldenrod #B47613

Color information

#B47613 (or 0xB47613) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 76 and 13. RGB value is (180,118,19). Sum of RGB (Red+Green+Blue) = 180+118+19=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B47613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47613 is #4B89EC. Grayscale: #7D7D7D. Windows color (decimal): -4950509 or 1275572. OLE color: 1275572.

HSL color Cylindrical-coordinate representation of color #B47613: hue angle of 36.89º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B47613 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18011819-
CMYK00.340.890.29
HSL36.89º80.9%39.02%-
HSV(B)36.89º89.44%70.59%-
XYZ25.4222.713.66-
YUV125.2568.04167.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 19 (7.81% from 255) = 5.99%
R=56.78%
G=37.22%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801181900.340.890.2936.8980.939.02
HexB47613022591D255127
Octal26416623042131354512147
Binary1011010011101101001101000101011001111011001011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47613; }

 p { color: rgb(180,118,19); }

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

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

 a { background-color: rgb(180,118,19); }

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

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

 span { border-color: rgb(180,118,19); }

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