#B2A34E

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

Shades of Brass #B2A34E

Tints of Brass #B2A34E

Color information

#B2A34E (or 0xB2A34E) is unknown color: approx Brass. HEX triplet: B2, A3 and 4E. RGB value is (178,163,78). Sum of RGB (Red+Green+Blue) = 178+163+78=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A34E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A34E is #4D5CB1. Grayscale: #9E9E9E. Windows color (decimal): -5070002 or 5153714. OLE color: 5153714.

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

Color convert

RGB17816378-
CMYK00.080.560.30
HSL51º39.37%50.2%-
HSV(B)51º56.18%69.8%-
XYZ32.8336.2112.47-
YUV157.7982.97142.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=42.48%
G=38.90%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781637800.080.560.305139.3750.2
HexB2A34E08381E332732
Octal2622431160107036634762
Binary101100101010001110011100100011100011110110011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A34E; }

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

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

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

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

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

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

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

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