#B0A54A

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

Shades of Brass #B0A54A

Tints of Brass #B0A54A

Color information

#B0A54A (or 0xB0A54A) is unknown color: approx Brass. HEX triplet: B0, A5 and 4A. RGB value is (176,165,74). Sum of RGB (Red+Green+Blue) = 176+165+74=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A54A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A54A is #4F5AB5. Grayscale: #9E9E9E. Windows color (decimal): -5200566 or 4892080. OLE color: 4892080.

HSL color Cylindrical-coordinate representation of color #B0A54A: hue angle of 53.53º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0A54A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17616574-
CMYK00.060.580.31
HSL53.53º40.8%49.02%-
HSV(B)53.53º57.95%69.02%-
XYZ32.636.6311.83-
YUV157.9280.64140.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=42.41%
G=39.76%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761657400.060.580.3153.5340.849.02
HexB0A54A063A1F362931
Octal260245112067237665161
Binary10110000101001011001010011011101011111110110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A54A; }

 p { color: rgb(176,165,74); }

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

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

 a { background-color: rgb(176,165,74); }

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

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

 span { border-color: rgb(176,165,74); }

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