#B0A033

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

Shades of Brass #B0A033

Tints of Brass #B0A033

Color information

#B0A033 (or 0xB0A033) is unknown color: approx Brass. HEX triplet: B0, A0 and 33. RGB value is (176,160,51). Sum of RGB (Red+Green+Blue) = 176+160+51=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A033 is #4F5FCC. Grayscale: #989898. Windows color (decimal): -5201869 or 3383472. OLE color: 3383472.

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

Color convert

RGB17616051-
CMYK00.090.710.31
HSL52.32º55.07%44.51%-
HSV(B)52.32º71.02%69.02%-
XYZ31.0734.618.17-
YUV152.3670.8144.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 160 (62.89% from 255) = 41.34%
BLUE value IS 51 (20.31% from 255) = 13.18%
R=45.48%
G=41.34%
B=13.18%

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
Decimal1761605100.090.710.3152.3255.0744.51
HexB0A03309471F34372d
Octal2602406301110737646755
Binary101100001010000011001101001100011111111110100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A033; }

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

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

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

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

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

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

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

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