#BAAB39

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

Shades of Brass #BAAB39

Tints of Brass #BAAB39

Color information

#BAAB39 (or 0xBAAB39) is unknown color: approx Brass. HEX triplet: BA, AB and 39. RGB value is (186,171,57). Sum of RGB (Red+Green+Blue) = 186+171+57=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB39 is #4554C6. Grayscale: #A2A2A2. Windows color (decimal): -4543687 or 3779514. OLE color: 3779514.

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

Color convert

RGB18617157-
CMYK00.080.690.27
HSL53.02º53.09%47.65%-
HSV(B)53.02º69.35%72.94%-
XYZ35.5539.869.69-
YUV162.4968.47144.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 57 (22.66% from 255) = 13.77%
R=44.93%
G=41.30%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861715700.080.690.2753.0253.0947.65
HexBAAB3908451B353530
Octal2722537101010533656560
Binary101110101010101111100101000100010111011110101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB39; }

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

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

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

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

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

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

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

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