#B6AE4A

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

Shades of Brass #B6AE4A

Tints of Brass #B6AE4A

Color information

#B6AE4A (or 0xB6AE4A) is unknown color: approx Brass. HEX triplet: B6, AE and 4A. RGB value is (182,174,74). Sum of RGB (Red+Green+Blue) = 182+174+74=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AE4A is #4951B5. Grayscale: #A5A5A5. Windows color (decimal): -4805046 or 4894390. OLE color: 4894390.

HSL color Cylindrical-coordinate representation of color #B6AE4A: hue angle of 55.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6AE4A is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18217474-
CMYK00.040.590.29
HSL55.56º42.52%50.2%-
HSV(B)55.56º59.34%71.37%-
XYZ35.6640.7112.46-
YUV164.9976.65140.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 74 (29.30% from 255) = 17.21%
R=42.33%
G=40.47%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821747400.040.590.2955.5642.5250.2
HexB6AE4A043B1D382b32
Octal266256112047335705362
Binary10110110101011101001010010011101111101111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE4A; }

 p { color: rgb(182,174,74); }

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

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

 a { background-color: rgb(182,174,74); }

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

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

 span { border-color: rgb(182,174,74); }

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