#BAAD3F

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

Shades of Brass #BAAD3F

Tints of Brass #BAAD3F

Color information

#BAAD3F (or 0xBAAD3F) is unknown color: approx Brass. HEX triplet: BA, AD and 3F. RGB value is (186,173,63). Sum of RGB (Red+Green+Blue) = 186+173+63=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD3F is #4552C0. Grayscale: #A4A4A4. Windows color (decimal): -4543169 or 4173242. OLE color: 4173242.

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

Color convert

RGB18617363-
CMYK00.070.660.27
HSL53.66º49.4%48.82%-
HSV(B)53.66º66.13%72.94%-
XYZ36.0940.6910.65-
YUV164.3570.81143.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 63 (25% from 255) = 14.93%
R=44.08%
G=41.00%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861736300.070.660.2753.6649.448.82
HexBAAD3F07421B363131
Octal272255770710233666161
Binary10111010101011011111110111100001011011110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD3F; }

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

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

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

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

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

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

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

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