#BAAE38

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

Shades of Brass #BAAE38

Tints of Brass #BAAE38

Color information

#BAAE38 (or 0xBAAE38) is unknown color: approx Brass. HEX triplet: BA, AE and 38. RGB value is (186,174,56). Sum of RGB (Red+Green+Blue) = 186+174+56=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE38 is #4551C7. Grayscale: #A4A4A4. Windows color (decimal): -4542920 or 3714746. OLE color: 3714746.

HSL color Cylindrical-coordinate representation of color #BAAE38: hue angle of 54.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAAE38 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18617456-
CMYK00.060.700.27
HSL54.46º53.72%47.45%-
HSV(B)54.46º69.89%72.94%-
XYZ36.1419.75-
YUV164.1466.98143.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 174 (68.36% from 255) = 41.83%
BLUE value IS 56 (22.27% from 255) = 13.46%
R=44.71%
G=41.83%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861745600.060.700.2754.4653.7247.45
HexBAAE3806461B36362f
Octal272256700610633666657
Binary10111010101011101110000110100011011011110110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE38; }

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

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

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

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

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

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

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

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