#B47800

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

Shades of Dark Goldenrod #B47800

Tints of Dark Goldenrod #B47800

Color information

#B47800 (or 0xB47800) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 78 and 00. RGB value is (180,120,0). Sum of RGB (Red+Green+Blue) = 180+120+0=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B47800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47800 is #4B87FF. Grayscale: #7C7C7C. Windows color (decimal): -4950016 or 30900. OLE color: 30900.

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

Color convert

RGB1801200-
CMYK00.3310.29
HSL40º100%35.29%-
HSV(B)40º100%70.59%-
XYZ25.5423.143.12-
YUV124.2657.88167.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180120000.3310.294010035.29
HexB4780021641D286423
Octal2641700041144355014443
Binary101101001111000001000011100100111011010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47800; }

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

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

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

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

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

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

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

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