#B0AE44

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

Shades of Brass #B0AE44

Tints of Brass #B0AE44

Color information

#B0AE44 (or 0xB0AE44) is unknown color: approx Brass. HEX triplet: B0, AE and 44. RGB value is (176,174,68). Sum of RGB (Red+Green+Blue) = 176+174+68=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AE44 is #4F51BB. Grayscale: #A2A2A2. Windows color (decimal): -5198268 or 4501168. OLE color: 4501168.

HSL color Cylindrical-coordinate representation of color #B0AE44: hue angle of 58.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0AE44 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17617468-
CMYK00.010.610.31
HSL58.89º44.26%47.84%-
HSV(B)58.89º61.36%69.02%-
XYZ34.0839.9211.38-
YUV162.5174.66137.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 174 (68.36% from 255) = 41.63%
BLUE value IS 68 (26.95% from 255) = 16.27%
R=42.11%
G=41.63%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761746800.010.610.3158.8944.2647.84
HexB0AE44013D1F3b2c30
Octal260256104017537735460
Binary101100001010111010001000111110111111111011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE44; }

 p { color: rgb(176,174,68); }

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

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

 a { background-color: rgb(176,174,68); }

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

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

 span { border-color: rgb(176,174,68); }

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