#B0A133

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

Shades of Brass #B0A133

Tints of Brass #B0A133

Color information

#B0A133 (or 0xB0A133) is unknown color: approx Brass. HEX triplet: B0, A1 and 33. RGB value is (176,161,51). Sum of RGB (Red+Green+Blue) = 176+161+51=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A133 is #4F5ECC. Grayscale: #999999. Windows color (decimal): -5201613 or 3383728. OLE color: 3383728.

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

Color convert

RGB17616151-
CMYK00.090.710.31
HSL52.8º55.07%44.51%-
HSV(B)52.8º71.02%69.02%-
XYZ31.2534.968.23-
YUV152.9470.47144.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 161 (63.28% from 255) = 41.49%
BLUE value IS 51 (20.31% from 255) = 13.14%
R=45.36%
G=41.49%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761615100.090.710.3152.855.0744.51
HexB0A13309471F35372d
Octal2602416301110737656755
Binary101100001010000111001101001100011111111110101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A133; }

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

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

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

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

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

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

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

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