Html Css Color HEX #BAAE37 Brass

📋 copy color: '#BAAE37'

red 186 ◦ green 174 ◦ blue 55

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

Shades of Brass #BAAE37

Tints of Brass #BAAE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.25%

R = 44.82%
G = 41.93%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAAE37 (or 0xBAAE37) is known color: Brass. HEX triplet: BA, AE and 37. RGB value is (186,174,55). Sum of RGB (Red+Green+Blue) = 186+174+55=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 55 (21.88% from 255 or 13.25% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE37 is #4551C8. Grayscale: #A4A4A4. Windows color (decimal): -4542921 or 3649210. OLE color: 3649210.

HSL color Cylindrical-coordinate representation of color #BAAE37: hue angle of 54.5º 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 #BAAE37 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 55 -
CMYK 0 0.06 0.70 0.27
HSL 54.5º 0.54% 0.47% -
HSV(B) 54.5º 0.7% 0.73% -
XYZ 36.08 40.99 9.62 -
YUV 164.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 186 174 55 0 0.06 0.70 0.27 54.5 0.54 0.47
Hex BA AE 37 0 6 46 1B 37 36 2F
Octal 272 256 67 0 6 106 33 67 66 57
Binary 10111010 10101110 110111 0 110 1000110 11011 110111 110110 101111

Color Harmonies of #BAAE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE37

Black with #BAAE37

Text Example


Text Example

White with #BAAE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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