#B6AA4E

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

Shades of Brass #B6AA4E

Tints of Brass #B6AA4E

Color information

#B6AA4E (or 0xB6AA4E) is unknown color: approx Brass. HEX triplet: B6, AA and 4E. RGB value is (182,170,78). Sum of RGB (Red+Green+Blue) = 182+170+78=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AA4E is #4955B1. Grayscale: #A3A3A3. Windows color (decimal): -4806066 or 5155510. OLE color: 5155510.

HSL color Cylindrical-coordinate representation of color #B6AA4E: hue angle of 53.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6AA4E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18217078-
CMYK00.070.570.29
HSL53.08º41.6%50.98%-
HSV(B)53.08º57.14%71.37%-
XYZ35.0439.2412.94-
YUV163.179.98141.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 78 (30.86% from 255) = 18.14%
R=42.33%
G=39.53%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821707800.070.570.2953.0841.650.98
HexB6AA4E07391D352a33
Octal266252116077135655263
Binary10110110101010101001110011111100111101110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA4E; }

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

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

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

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

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

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

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

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