#BAAF3E

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

Shades of Brass #BAAF3E

Tints of Brass #BAAF3E

Color information

#BAAF3E (or 0xBAAF3E) is unknown color: approx Brass. HEX triplet: BA, AF and 3E. RGB value is (186,175,62). Sum of RGB (Red+Green+Blue) = 186+175+62=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF3E is #4550C1. Grayscale: #A5A5A5. Windows color (decimal): -4542658 or 4108218. OLE color: 4108218.

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

Color convert

RGB18617562-
CMYK00.060.670.27
HSL54.68º50%48.63%-
HSV(B)54.68º66.67%72.94%-
XYZ36.4541.4510.64-
YUV165.4169.64142.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 62 (24.61% from 255) = 14.66%
R=43.97%
G=41.37%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861756200.060.670.2754.685048.63
HexBAAF3E06431B373231
Octal272257760610333676261
Binary10111010101011111111100110100001111011110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF3E; }

 p { color: rgb(186,175,62); }

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

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

 a { background-color: rgb(186,175,62); }

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

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

 span { border-color: rgb(186,175,62); }

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