#B87204

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

Shades of Dark Goldenrod #B87204

Tints of Dark Goldenrod #B87204

Color information

#B87204 (or 0xB87204) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 72 and 04. RGB value is (184,114,4). Sum of RGB (Red+Green+Blue) = 184+114+4=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B87204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87204 is #478DFB. Grayscale: #7A7A7A. Windows color (decimal): -4689404 or 291512. OLE color: 291512.

HSL color Cylindrical-coordinate representation of color #B87204: hue angle of 36.67º 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 #B87204 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB1841144-
CMYK00.380.980.28
HSL36.67º95.74%36.86%-
HSV(B)36.67º97.83%72.16%-
XYZ25.8122.233.05-
YUV122.3961.19171.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.93%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=60.93%
G=37.75%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184114400.380.980.2836.6795.7436.86
HexB8724026621C256025
Octal2701624046142344514045
Binary10111000111001010001001101100010111001001011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87204; }

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

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

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

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

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

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

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

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