Html Css Color HEX #BA523A Grenadier

📋 copy color: '#BA523A'

red 186 ◦ green 82 ◦ blue 58

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

Shades of Grenadier #BA523A

Tints of Grenadier #BA523A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 57.06%
G = 25.15%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA523A (or 0xBA523A) is known color: Grenadier. HEX triplet: BA, 52 and 3A. RGB value is (186,82,58). Sum of RGB (Red+Green+Blue) = 186+82+58=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA523A is #45ADC5. Grayscale: #6E6E6E. Windows color (decimal): -4566470 or 3822266. OLE color: 3822266.

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

Color convert

RGB 186 82 58 -
CMYK 0 0.56 0.69 0.27
HSL 11.25º 0.52% 0.48% -
HSV(B) 11.25º 0.69% 0.73% -
XYZ 24.03 16.78 5.98 -
YUV 110.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 186 82 58 0 0.56 0.69 0.27 11.25 0.52 0.48
Hex BA 52 3A 0 38 45 1B B 34 30
Octal 272 122 72 0 70 105 33 13 64 60
Binary 10111010 1010010 111010 0 111000 1000101 11011 1011 110100 110000

Color Harmonies of #BA523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA523A

Black with #BA523A

Text Example


Text Example

White with #BA523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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