#BAAE34

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

Shades of Brass #BAAE34

Tints of Brass #BAAE34

Color information

#BAAE34 (or 0xBAAE34) is unknown color: approx Brass. HEX triplet: BA, AE and 34. RGB value is (186,174,52). Sum of RGB (Red+Green+Blue) = 186+174+52=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE34 is #4551CB. Grayscale: #A4A4A4. Windows color (decimal): -4542924 or 3452602. OLE color: 3452602.

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

Color convert

RGB18617452-
CMYK00.060.720.27
HSL54.63º56.3%46.67%-
HSV(B)54.63º72.04%72.94%-
XYZ36.0140.969.26-
YUV163.6864.98143.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 52 (20.70% from 255) = 12.62%
R=45.15%
G=42.23%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861745200.060.720.2754.6356.346.67
HexBAAE3406481B37382f
Octal272256640611033677057
Binary10111010101011101101000110100100011011110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE34; }

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

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

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

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

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

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

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

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