Html Css Color HEX #BAAE41 Brass

📋 copy color: '#BAAE41'

red 186 ◦ green 174 ◦ blue 65

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

Shades of Brass #BAAE41

Tints of Brass #BAAE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.29%

R = 43.76%
G = 40.94%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAAE41 (or 0xBAAE41) is known color: Brass. HEX triplet: BA, AE and 41. RGB value is (186,174,65). Sum of RGB (Red+Green+Blue) = 186+174+65=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE41 is #4551BE. Grayscale: #A5A5A5. Windows color (decimal): -4542911 or 4304570. OLE color: 4304570.

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

Color convert

RGB 186 174 65 -
CMYK 0 0.06 0.65 0.27
HSL 54.05º 0.48% 0.49% -
HSV(B) 54.05º 0.65% 0.73% -
XYZ 36.34 41.09 11.02 -
YUV 165.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 186 174 65 0 0.06 0.65 0.27 54.05 0.48 0.49
Hex BA AE 41 0 6 41 1B 36 30 31
Octal 272 256 101 0 6 101 33 66 60 61
Binary 10111010 10101110 1000001 0 110 1000001 11011 110110 110000 110001

Color Harmonies of #BAAE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE41

Black with #BAAE41

Text Example


Text Example

White with #BAAE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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