#B2A03B

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

Shades of Brass #B2A03B

Tints of Brass #B2A03B

Color information

#B2A03B (or 0xB2A03B) is unknown color: approx Brass. HEX triplet: B2, A0 and 3B. RGB value is (178,160,59). Sum of RGB (Red+Green+Blue) = 178+160+59=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A03B is #4D5FC4. Grayscale: #9A9A9A. Windows color (decimal): -5070789 or 3907762. OLE color: 3907762.

HSL color Cylindrical-coordinate representation of color #B2A03B: hue angle of 50.92º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2A03B is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB17816059-
CMYK00.100.670.30
HSL50.92º50.21%46.47%-
HSV(B)50.92º66.85%69.8%-
XYZ31.7234.929.21-
YUV153.8774.46145.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 59 (23.44% from 255) = 14.86%
R=44.84%
G=40.30%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781605900.100.670.3050.9250.2146.47
HexB2A03B0A431E33322e
Octal2622407301210336636256
Binary101100101010000011101101010100001111110110011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A03B; }

 p { color: rgb(178,160,59); }

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

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

 a { background-color: rgb(178,160,59); }

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

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

 span { border-color: rgb(178,160,59); }

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