Html Css Color HEX #BA523E Grenadier

📋 copy color: '#BA523E'

red 186 ◦ green 82 ◦ blue 62

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

Shades of Grenadier #BA523E

Tints of Grenadier #BA523E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 56.36%
G = 24.85%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA523E (or 0xBA523E) is known color: Grenadier. HEX triplet: BA, 52 and 3E. RGB value is (186,82,62). Sum of RGB (Red+Green+Blue) = 186+82+62=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA523E is #45ADC1. Grayscale: #6F6F6F. Windows color (decimal): -4566466 or 4084410. OLE color: 4084410.

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

Color convert

RGB 186 82 62 -
CMYK 0 0.56 0.67 0.27
HSL 9.68º 0.5% 0.49% -
HSV(B) 9.68º 0.67% 0.73% -
XYZ 24.14 16.82 6.53 -
YUV 110.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 186 82 62 0 0.56 0.67 0.27 9.68 0.5 0.49
Hex BA 52 3E 0 38 43 1B A 32 31
Octal 272 122 76 0 70 103 33 12 62 61
Binary 10111010 1010010 111110 0 111000 1000011 11011 1010 110010 110001

Color Harmonies of #BA523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA523E

Black with #BA523E

Text Example


Text Example

White with #BA523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA523E; }

 p { color: rgb(186,82,62); }

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

background-color css

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

 a { background-color: rgb(186,82,62); }

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

border-color css

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

 span { border-color: rgb(186,82,62); }

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