#B47815

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

Shades of Dark Goldenrod #B47815

Tints of Dark Goldenrod #B47815

Color information

#B47815 (or 0xB47815) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 78 and 15. RGB value is (180,120,21). Sum of RGB (Red+Green+Blue) = 180+120+21=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B47815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47815 is #4B87EA. Grayscale: #7F7F7F. Windows color (decimal): -4949995 or 1407156. OLE color: 1407156.

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

Color convert

RGB18012021-
CMYK00.330.880.29
HSL37.36º79.1%39.41%-
HSV(B)37.36º88.33%70.59%-
XYZ25.6723.193.83-
YUV126.6568.38166.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.07%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=56.07%
G=37.38%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801202100.330.880.2937.3679.139.41
HexB47815021581D254f27
Octal26417025041130354511747
Binary1011010011110001010101000011011000111011001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47815; }

 p { color: rgb(180,120,21); }

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

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

 a { background-color: rgb(180,120,21); }

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

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

 span { border-color: rgb(180,120,21); }

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