#B0A042

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

Shades of Brass #B0A042

Tints of Brass #B0A042

Color information

#B0A042 (or 0xB0A042) is unknown color: approx Brass. HEX triplet: B0, A0 and 42. RGB value is (176,160,66). Sum of RGB (Red+Green+Blue) = 176+160+66=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A042 is #4F5FBD. Grayscale: #9A9A9A. Windows color (decimal): -5201854 or 4366512. OLE color: 4366512.

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

Color convert

RGB17616066-
CMYK00.090.620.31
HSL51.27º45.45%47.45%-
HSV(B)51.27º62.5%69.02%-
XYZ31.4634.7710.21-
YUV154.0778.3143.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 160 (62.89% from 255) = 39.80%
BLUE value IS 66 (26.17% from 255) = 16.42%
R=43.78%
G=39.80%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761606600.090.620.3151.2745.4547.45
HexB0A042093E1F332d2f
Octal2602401020117637635557
Binary101100001010000010000100100111111011111110011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A042; }

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

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

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

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

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

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

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

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