#B2A94D

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

Shades of Brass #B2A94D

Tints of Brass #B2A94D

Color information

#B2A94D (or 0xB2A94D) is unknown color: approx Brass. HEX triplet: B2, A9 and 4D. RGB value is (178,169,77). Sum of RGB (Red+Green+Blue) = 178+169+77=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A94D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A94D is #4D56B2. Grayscale: #A1A1A1. Windows color (decimal): -5068467 or 5089714. OLE color: 5089714.

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

Color convert

RGB17816977-
CMYK00.050.570.30
HSL54.65º39.61%50%-
HSV(B)54.65º56.74%69.8%-
XYZ33.8938.3812.64-
YUV161.280.48139.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 77 (30.47% from 255) = 18.16%
R=41.98%
G=39.86%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781697700.050.570.3054.6539.6150
HexB2A94D05391E372832
Octal262251115057136675062
Binary10110010101010011001101010111100111110110111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A94D; }

 p { color: rgb(178,169,77); }

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

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

 a { background-color: rgb(178,169,77); }

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

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

 span { border-color: rgb(178,169,77); }

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