#B0A13B

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

Shades of Brass #B0A13B

Tints of Brass #B0A13B

Color information

#B0A13B (or 0xB0A13B) is unknown color: approx Brass. HEX triplet: B0, A1 and 3B. RGB value is (176,161,59). Sum of RGB (Red+Green+Blue) = 176+161+59=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A13B is #4F5EC4. Grayscale: #9A9A9A. Windows color (decimal): -5201605 or 3908016. OLE color: 3908016.

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

Color convert

RGB17616159-
CMYK00.090.660.31
HSL52.31º49.79%46.08%-
HSV(B)52.31º66.48%69.02%-
XYZ31.4435.049.24-
YUV153.8674.47143.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 59 (23.44% from 255) = 14.90%
R=44.44%
G=40.66%
B=14.90%

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
Decimal1761615900.090.660.3152.3149.7946.08
HexB0A13B09421F34322e
Octal2602417301110237646256
Binary101100001010000111101101001100001011111110100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A13B; }

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

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

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

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

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

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

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

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