#B2840E

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

Shades of Dark Goldenrod #B2840E

Tints of Dark Goldenrod #B2840E

Color information

#B2840E (or 0xB2840E) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 84 and 0E. RGB value is (178,132,14). Sum of RGB (Red+Green+Blue) = 178+132+14=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2840E is #4D7BF1. Grayscale: #848484. Windows color (decimal): -5078002 or 951474. OLE color: 951474.

HSL color Cylindrical-coordinate representation of color #B2840E: hue angle of 43.17º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2840E is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17813214-
CMYK00.260.920.30
HSL43.17º85.42%37.65%-
HSV(B)43.17º92.13%69.8%-
XYZ26.69264.03-
YUV132.361.24160.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.94%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 14 (5.86% from 255) = 4.32%
R=54.94%
G=40.74%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781321400.260.920.3043.1785.4237.65
HexB284E01A5C1E2b5526
Octal26220416032134365312546
Binary101100101000010011100110101011100111101010111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2840E; }

 p { color: rgb(178,132,14); }

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

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

 a { background-color: rgb(178,132,14); }

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

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

 span { border-color: rgb(178,132,14); }

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