#B0A235

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

Shades of Brass #B0A235

Tints of Brass #B0A235

Color information

#B0A235 (or 0xB0A235) is unknown color: approx Brass. HEX triplet: B0, A2 and 35. RGB value is (176,162,53). Sum of RGB (Red+Green+Blue) = 176+162+53=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A235 is #4F5DCA. Grayscale: #9A9A9A. Windows color (decimal): -5201355 or 3515056. OLE color: 3515056.

HSL color Cylindrical-coordinate representation of color #B0A235: hue angle of 53.17º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0A235 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17616253-
CMYK00.080.700.31
HSL53.17º53.71%44.9%-
HSV(B)53.17º69.89%69.02%-
XYZ31.4735.338.53-
YUV153.7671.14143.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 53 (21.09% from 255) = 13.55%
R=45.01%
G=41.43%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761625300.080.700.3153.1753.7144.9
HexB0A23508461F35362d
Octal2602426501010637656655
Binary101100001010001011010101000100011011111110101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A235; }

 p { color: rgb(176,162,53); }

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

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

 a { background-color: rgb(176,162,53); }

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

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

 span { border-color: rgb(176,162,53); }

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