Html Css Color HEX #BAAE4A Brass

📋 copy color: '#BAAE4A'

red 186 ◦ green 174 ◦ blue 74

#BAAE4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #BAAE4A

Tints of Brass #BAAE4A

RGB

 RED value IS 186 (73.05% from 255) = 42.86%

 GREEN value IS 174 (68.36% from 255) = 40.09%

 BLUE value IS 74 (29.3% from 255) = 17.05%

R = 42.86%
G = 40.09%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAAE4A (or 0xBAAE4A) is known color: Brass. HEX triplet: BA, AE and 4A. RGB value is (186,174,74). Sum of RGB (Red+Green+Blue) = 186+174+74=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE4A is #4551B5. Grayscale: #A6A6A6. Windows color (decimal): -4542902 or 4894394. OLE color: 4894394.

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

Color convert

RGB 186 174 74 -
CMYK 0 0.06 0.60 0.27
HSL 53.57º 0.45% 0.51% -
HSV(B) 53.57º 0.6% 0.73% -
XYZ 36.62 41.21 12.5 -
YUV 166.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 186 174 74 0 0.06 0.60 0.27 53.57 0.45 0.51
Hex BA AE 4A 0 6 3C 1B 36 2D 33
Octal 272 256 112 0 6 74 33 66 55 63
Binary 10111010 10101110 1001010 0 110 111100 11011 110110 101101 110011

Color Harmonies of #BAAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE4A

Black with #BAAE4A

Text Example


Text Example

White with #BAAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE4A; }

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

 H1.HeaderClassName
 {
   color: #BAAE4A;
 }
 .AnyTagClassName
 {
   color: #BAAE4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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