#B0A246

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

Shades of Brass #B0A246

Tints of Brass #B0A246

Color information

#B0A246 (or 0xB0A246) is unknown color: approx Brass. HEX triplet: B0, A2 and 46. RGB value is (176,162,70). Sum of RGB (Red+Green+Blue) = 176+162+70=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A246 is #4F5DB9. Grayscale: #9C9C9C. Windows color (decimal): -5201338 or 4629168. OLE color: 4629168.

HSL color Cylindrical-coordinate representation of color #B0A246: hue angle of 52.08º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0A246 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17616270-
CMYK00.080.600.31
HSL52.08º43.09%48.24%-
HSV(B)52.08º60.23%69.02%-
XYZ31.9335.5110.97-
YUV155.779.64142.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 70 (27.73% from 255) = 17.16%
R=43.14%
G=39.71%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761627000.080.600.3152.0843.0948.24
HexB0A246083C1F342b30
Octal2602421060107437645360
Binary101100001010001010001100100011110011111110100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A246; }

 p { color: rgb(176,162,70); }

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

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

 a { background-color: rgb(176,162,70); }

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

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

 span { border-color: rgb(176,162,70); }

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