#B87800

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

Shades of Dark Goldenrod #B87800

Tints of Dark Goldenrod #B87800

Color information

#B87800 (or 0xB87800) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 78 and 00. RGB value is (184,120,0). Sum of RGB (Red+Green+Blue) = 184+120+0=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B87800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87800 is #4787FF. Grayscale: #7E7E7E. Windows color (decimal): -4687872 or 30904. OLE color: 30904.

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

Color convert

RGB1841200-
CMYK00.3510.28
HSL39.13º100%36.08%-
HSV(B)39.13º100%72.16%-
XYZ26.4823.623.16-
YUV125.4657.2169.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.53%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.53%
G=39.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184120000.3510.2839.1310036.08
HexB8780023641C276424
Octal2701700043144344714444
Binary101110001111000001000111100100111001001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87800; }

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

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

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

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

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

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

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

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