#BAAD42

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

Shades of Brass #BAAD42

Tints of Brass #BAAD42

Color information

#BAAD42 (or 0xBAAD42) is unknown color: approx Brass. HEX triplet: BA, AD and 42. RGB value is (186,173,66). Sum of RGB (Red+Green+Blue) = 186+173+66=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD42 is #4552BD. Grayscale: #A5A5A5. Windows color (decimal): -4543166 or 4369850. OLE color: 4369850.

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

Color convert

RGB18617366-
CMYK00.070.650.27
HSL53.5º47.62%49.41%-
HSV(B)53.5º64.52%72.94%-
XYZ36.1840.7211.11-
YUV164.6972.31143.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 66 (26.17% from 255) = 15.53%
R=43.76%
G=40.71%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861736600.070.650.2753.547.6249.41
HexBAAD4207411B363031
Octal2722551020710133666061
Binary101110101010110110000100111100000111011110110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD42; }

 p { color: rgb(186,173,66); }

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

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

 a { background-color: rgb(186,173,66); }

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

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

 span { border-color: rgb(186,173,66); }

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