Html Css Color HEX #BAAE44 Brass

📋 copy color: '#BAAE44'

red 186 ◦ green 174 ◦ blue 68

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

Shades of Brass #BAAE44

Tints of Brass #BAAE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.89%

R = 43.46%
G = 40.65%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BAAE44 (or 0xBAAE44) is known color: Brass. HEX triplet: BA, AE and 44. RGB value is (186,174,68). Sum of RGB (Red+Green+Blue) = 186+174+68=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE44 is #4551BB. Grayscale: #A5A5A5. Windows color (decimal): -4542908 or 4501178. OLE color: 4501178.

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

Color convert

RGB 186 174 68 -
CMYK 0 0.06 0.63 0.27
HSL 53.9º 0.46% 0.5% -
HSV(B) 53.9º 0.63% 0.73% -
XYZ 36.43 41.13 11.49 -
YUV 165.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 186 174 68 0 0.06 0.63 0.27 53.9 0.46 0.5
Hex BA AE 44 0 6 3F 1B 36 2E 32
Octal 272 256 104 0 6 77 33 66 56 62
Binary 10111010 10101110 1000100 0 110 111111 11011 110110 101110 110010

Color Harmonies of #BAAE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE44

Black with #BAAE44

Text Example


Text Example

White with #BAAE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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