#BAAE3D

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

Shades of Brass #BAAE3D

Tints of Brass #BAAE3D

Color information

#BAAE3D (or 0xBAAE3D) is unknown color: approx Brass. HEX triplet: BA, AE and 3D. RGB value is (186,174,61). Sum of RGB (Red+Green+Blue) = 186+174+61=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE3D is #4551C2. Grayscale: #A5A5A5. Windows color (decimal): -4542915 or 4042426. OLE color: 4042426.

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

Color convert

RGB18617461-
CMYK00.060.670.27
HSL54.24º50.61%48.43%-
HSV(B)54.24º67.2%72.94%-
XYZ36.2341.0510.43-
YUV164.7169.48143.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 61 (24.22% from 255) = 14.49%
R=44.18%
G=41.33%
B=14.49%

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
Decimal1861746100.060.670.2754.2450.6148.43
HexBAAE3D06431B363330
Octal272256750610333666360
Binary10111010101011101111010110100001111011110110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE3D; }

 p { color: rgb(186,174,61); }

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

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

 a { background-color: rgb(186,174,61); }

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

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

 span { border-color: rgb(186,174,61); }

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