#B2870B

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

Shades of Dark Goldenrod #B2870B

Tints of Dark Goldenrod #B2870B

Color information

#B2870B (or 0xB2870B) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 87 and 0B. RGB value is (178,135,11). Sum of RGB (Red+Green+Blue) = 178+135+11=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2870B is #4D78F4. Grayscale: #868686. Windows color (decimal): -5077237 or 755634. OLE color: 755634.

HSL color Cylindrical-coordinate representation of color #B2870B: hue angle of 44.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2870B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17813511-
CMYK00.240.940.30
HSL44.55º88.36%37.06%-
HSV(B)44.55º93.82%69.8%-
XYZ27.0826.824.07-
YUV133.7258.75159.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.94%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 11 (4.69% from 255) = 3.40%
R=54.94%
G=41.67%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781351100.240.940.3044.5588.3637.06
HexB287B0185E1E2d5825
Octal26220713030136365513045
Binary101100101000011110110110001011110111101011011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2870B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2870B; }

 p { color: rgb(178,135,11); }

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

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

 a { background-color: rgb(178,135,11); }

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

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

 span { border-color: rgb(178,135,11); }

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