#B2880B

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

Shades of Dark Goldenrod #B2880B

Tints of Dark Goldenrod #B2880B

Color information

#B2880B (or 0xB2880B) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 88 and 0B. RGB value is (178,136,11). Sum of RGB (Red+Green+Blue) = 178+136+11=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2880B is #4D77F4. Grayscale: #868686. Windows color (decimal): -5076981 or 755890. OLE color: 755890.

HSL color Cylindrical-coordinate representation of color #B2880B: hue angle of 44.91º 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 #B2880B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17813611-
CMYK00.240.940.30
HSL44.91º88.36%37.06%-
HSV(B)44.91º93.82%69.8%-
XYZ27.2227.14.11-
YUV134.3158.41159.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 11 (4.69% from 255) = 3.38%
R=54.77%
G=41.85%
B=3.38%

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
Decimal1781361100.240.940.3044.9188.3637.06
HexB288B0185E1E2d5825
Octal26221013030136365513045
Binary101100101000100010110110001011110111101011011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2880B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2880B; }

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

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

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

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

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

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

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

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