#B0A24B

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

Shades of Brass #B0A24B

Tints of Brass #B0A24B

Color information

#B0A24B (or 0xB0A24B) is unknown color: approx Brass. HEX triplet: B0, A2 and 4B. RGB value is (176,162,75). Sum of RGB (Red+Green+Blue) = 176+162+75=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A24B is #4F5DB4. Grayscale: #9C9C9C. Windows color (decimal): -5201333 or 4956848. OLE color: 4956848.

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

Color convert

RGB17616275-
CMYK00.080.570.31
HSL51.68º40.24%49.22%-
HSV(B)51.68º57.39%69.02%-
XYZ32.0935.5811.83-
YUV156.2782.14142.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=42.62%
G=39.23%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761627500.080.570.3151.6840.2449.22
HexB0A24B08391F342831
Octal2602421130107137645061
Binary101100001010001010010110100011100111111110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A24B; }

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

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

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

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

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

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

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

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