Html Css Color HEX #BAAE42 Brass

📋 copy color: '#BAAE42'

red 186 ◦ green 174 ◦ blue 66

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

Shades of Brass #BAAE42

Tints of Brass #BAAE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.49%

R = 43.66%
G = 40.85%
B = 15.49%

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

#BAAE42 (or 0xBAAE42) is known color: Brass. HEX triplet: BA, AE and 42. RGB value is (186,174,66). Sum of RGB (Red+Green+Blue) = 186+174+66=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE42 is #4551BD. Grayscale: #A5A5A5. Windows color (decimal): -4542910 or 4370106. OLE color: 4370106.

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

Color convert

RGB 186 174 66 -
CMYK 0 0.06 0.65 0.27
HSL 54º 0.48% 0.49% -
HSV(B) 54º 0.65% 0.73% -
XYZ 36.37 41.1 11.17 -
YUV 165.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 186 174 66 0 0.06 0.65 0.27 54 0.48 0.49
Hex BA AE 42 0 6 41 1B 36 30 31
Octal 272 256 102 0 6 101 33 66 60 61
Binary 10111010 10101110 1000010 0 110 1000001 11011 110110 110000 110001

Color Harmonies of #BAAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE42

Black with #BAAE42

Text Example


Text Example

White with #BAAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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