#B87A04

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

Shades of Dark Goldenrod #B87A04

Tints of Dark Goldenrod #B87A04

Color information

#B87A04 (or 0xB87A04) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 7A and 04. RGB value is (184,122,4). Sum of RGB (Red+Green+Blue) = 184+122+4=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87A04 is #4785FB. Grayscale: #7F7F7F. Windows color (decimal): -4687356 or 293560. OLE color: 293560.

HSL color Cylindrical-coordinate representation of color #B87A04: hue angle of 39.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B87A04 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB1841224-
CMYK00.340.980.28
HSL39.33º95.74%36.86%-
HSV(B)39.33º97.83%72.16%-
XYZ26.7524.123.36-
YUV127.0958.54168.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.35%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=59.35%
G=39.35%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184122400.340.980.2839.3395.7436.86
HexB87A4022621C276025
Octal2701724042142344714045
Binary10111000111101010001000101100010111001001111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A04; }

 p { color: rgb(184,122,4); }

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

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

 a { background-color: rgb(184,122,4); }

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

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

 span { border-color: rgb(184,122,4); }

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