#B2AA4E

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

Shades of Brass #B2AA4E

Tints of Brass #B2AA4E

Color information

#B2AA4E (or 0xB2AA4E) is unknown color: approx Brass. HEX triplet: B2, AA and 4E. RGB value is (178,170,78). Sum of RGB (Red+Green+Blue) = 178+170+78=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA4E is #4D55B1. Grayscale: #A2A2A2. Windows color (decimal): -5068210 or 5155506. OLE color: 5155506.

HSL color Cylindrical-coordinate representation of color #B2AA4E: hue angle of 55.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2AA4E is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17817078-
CMYK00.040.560.30
HSL55.2º39.37%50.2%-
HSV(B)55.2º56.18%69.8%-
XYZ34.1138.7612.89-
YUV161.980.65139.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=41.78%
G=39.91%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781707800.040.560.3055.239.3750.2
HexB2AA4E04381E372732
Octal262252116047036674762
Binary10110010101010101001110010011100011110110111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA4E; }

 p { color: rgb(178,170,78); }

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

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

 a { background-color: rgb(178,170,78); }

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

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

 span { border-color: rgb(178,170,78); }

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