#BAAB48

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

Shades of Brass #BAAB48

Tints of Brass #BAAB48

Color information

#BAAB48 (or 0xBAAB48) is unknown color: approx Brass. HEX triplet: BA, AB and 48. RGB value is (186,171,72). Sum of RGB (Red+Green+Blue) = 186+171+72=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB48 is #4554B7. Grayscale: #A4A4A4. Windows color (decimal): -4543672 or 4762554. OLE color: 4762554.

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

Color convert

RGB18617172-
CMYK00.080.610.27
HSL52.11º45.24%50.59%-
HSV(B)52.11º61.29%72.94%-
XYZ35.9840.0311.96-
YUV164.275.97143.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=43.36%
G=39.86%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861717200.080.610.2752.1145.2450.59
HexBAAB48083D1B342d33
Octal2722531100107533645563
Binary101110101010101110010000100011110111011110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB48; }

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

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

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

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

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

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

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

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