#B0A03C

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

Shades of Brass #B0A03C

Tints of Brass #B0A03C

Color information

#B0A03C (or 0xB0A03C) is unknown color: approx Brass. HEX triplet: B0, A0 and 3C. RGB value is (176,160,60). Sum of RGB (Red+Green+Blue) = 176+160+60=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A03C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A03C is #4F5FC3. Grayscale: #999999. Windows color (decimal): -5201860 or 3973296. OLE color: 3973296.

HSL color Cylindrical-coordinate representation of color #B0A03C: hue angle of 51.72º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0A03C is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17616060-
CMYK00.090.660.31
HSL51.72º49.15%46.27%-
HSV(B)51.72º65.91%69.02%-
XYZ31.2934.79.32-
YUV153.3875.3144.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 60 (23.83% from 255) = 15.15%
R=44.44%
G=40.40%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761606000.090.660.3151.7249.1546.27
HexB0A03C09421F34312e
Octal2602407401110237646156
Binary101100001010000011110001001100001011111110100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A03C; }

 p { color: rgb(176,160,60); }

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

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

 a { background-color: rgb(176,160,60); }

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

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

 span { border-color: rgb(176,160,60); }

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