#B2A44E

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

Shades of Brass #B2A44E

Tints of Brass #B2A44E

Color information

#B2A44E (or 0xB2A44E) is unknown color: approx Brass. HEX triplet: B2, A4 and 4E. RGB value is (178,164,78). Sum of RGB (Red+Green+Blue) = 178+164+78=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A44E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A44E is #4D5BB1. Grayscale: #9E9E9E. Windows color (decimal): -5069746 or 5153970. OLE color: 5153970.

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

Color convert

RGB17816478-
CMYK00.080.560.30
HSL51.6º39.37%50.2%-
HSV(B)51.6º56.18%69.8%-
XYZ33.0136.5712.53-
YUV158.3882.64141.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 78 (30.86% from 255) = 18.57%
R=42.38%
G=39.05%
B=18.57%

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
Decimal1781647800.080.560.3051.639.3750.2
HexB2A44E08381E342732
Octal2622441160107036644762
Binary101100101010010010011100100011100011110110100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A44E; }

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

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

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

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

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

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

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

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