#B0A13C

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

Shades of Brass #B0A13C

Tints of Brass #B0A13C

Color information

#B0A13C (or 0xB0A13C) is unknown color: approx Brass. HEX triplet: B0, A1 and 3C. RGB value is (176,161,60). Sum of RGB (Red+Green+Blue) = 176+161+60=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A13C is #4F5EC3. Grayscale: #9A9A9A. Windows color (decimal): -5201604 or 3973552. OLE color: 3973552.

HSL color Cylindrical-coordinate representation of color #B0A13C: hue angle of 52.24º 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 #B0A13C is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17616160-
CMYK00.090.660.31
HSL52.24º49.15%46.27%-
HSV(B)52.24º65.91%69.02%-
XYZ31.4635.059.38-
YUV153.9774.97143.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 60 (23.83% from 255) = 15.11%
R=44.33%
G=40.55%
B=15.11%

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
Decimal1761616000.090.660.3152.2449.1546.27
HexB0A13C09421F34312e
Octal2602417401110237646156
Binary101100001010000111110001001100001011111110100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A13C; }

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

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

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

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

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

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

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

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