#b2840f

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

Shades of Dark Goldenrod #B2840F

Tints of Dark Goldenrod #B2840F

Color information

#B2840F (or 0xB2840F) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 84 and 0F. RGB value is (178,132,15). Sum of RGB (Red+Green+Blue) = 178+132+15=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2840F is #4D7BF0. Grayscale: #848484. Windows color (decimal): -5078001 or 1017010. OLE color: 1017010.

HSL color Cylindrical-coordinate representation of color #B2840F: hue angle of 43.07º degrees, saturation: 0.84, 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 #B2840F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17813215-
CMYK00.260.920.30
HSL43.07º84.46%37.84%-
HSV(B)43.07º91.57%69.8%-
XYZ26.7264.06-
YUV132.4261.74160.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 15 (6.25% from 255) = 4.62%
R=54.77%
G=40.62%
B=4.62%

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
Decimal1781321500.260.920.3043.0784.4637.84
HexB284F01A5C1E2b5426
Octal26220417032134365312446
Binary101100101000010011110110101011100111101010111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2840f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2840f; }

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

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

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

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

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

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

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

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