#B0A03F

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

Shades of Brass #B0A03F

Tints of Brass #B0A03F

Color information

#B0A03F (or 0xB0A03F) is unknown color: approx Brass. HEX triplet: B0, A0 and 3F. RGB value is (176,160,63). Sum of RGB (Red+Green+Blue) = 176+160+63=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A03F is #4F5FC0. Grayscale: #9A9A9A. Windows color (decimal): -5201857 or 4169904. OLE color: 4169904.

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

Color convert

RGB17616063-
CMYK00.090.640.31
HSL51.5º47.28%46.86%-
HSV(B)51.5º64.2%69.02%-
XYZ31.3734.739.75-
YUV153.7376.8143.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 63 (25% from 255) = 15.79%
R=44.11%
G=40.10%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761606300.090.640.3151.547.2846.86
HexB0A03F09401F342f2f
Octal2602407701110037645757
Binary101100001010000011111101001100000011111110100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A03F; }

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

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

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

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

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

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

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

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