#BAAB46

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

Shades of Brass #BAAB46

Tints of Brass #BAAB46

Color information

#BAAB46 (or 0xBAAB46) is unknown color: approx Brass. HEX triplet: BA, AB and 46. RGB value is (186,171,70). Sum of RGB (Red+Green+Blue) = 186+171+70=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB46 is #4554B9. Grayscale: #A4A4A4. Windows color (decimal): -4543674 or 4631482. OLE color: 4631482.

HSL color Cylindrical-coordinate representation of color #BAAB46: hue angle of 52.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAAB46 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18617170-
CMYK00.080.620.27
HSL52.24º45.67%50.2%-
HSV(B)52.24º62.37%72.94%-
XYZ35.9240.0111.62-
YUV163.9774.97143.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 70 (27.73% from 255) = 16.39%
R=43.56%
G=40.05%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861717000.080.620.2752.2445.6750.2
HexBAAB46083E1B342e32
Octal2722531060107633645662
Binary101110101010101110001100100011111011011110100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB46; }

 p { color: rgb(186,171,70); }

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

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

 a { background-color: rgb(186,171,70); }

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

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

 span { border-color: rgb(186,171,70); }

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