#B0A44B

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

Shades of Brass #B0A44B

Tints of Brass #B0A44B

Color information

#B0A44B (or 0xB0A44B) is unknown color: approx Brass. HEX triplet: B0, A4 and 4B. RGB value is (176,164,75). Sum of RGB (Red+Green+Blue) = 176+164+75=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A44B is #4F5BB4. Grayscale: #9D9D9D. Windows color (decimal): -5200821 or 4957360. OLE color: 4957360.

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

Color convert

RGB17616475-
CMYK00.070.570.31
HSL52.87º40.24%49.22%-
HSV(B)52.87º57.39%69.02%-
XYZ32.4536.2911.95-
YUV157.4481.48141.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=42.41%
G=39.52%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761647500.070.570.3152.8740.2449.22
HexB0A44B07391F352831
Octal260244113077137655061
Binary10110000101001001001011011111100111111110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A44B; }

 p { color: rgb(176,164,75); }

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

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

 a { background-color: rgb(176,164,75); }

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

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

 span { border-color: rgb(176,164,75); }

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