Html Css Color HEX #BA523D Grenadier

📋 copy color: '#BA523D'

red 186 ◦ green 82 ◦ blue 61

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

Shades of Grenadier #BA523D

Tints of Grenadier #BA523D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 56.53%
G = 24.92%
B = 18.54%

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

#BA523D (or 0xBA523D) is known color: Grenadier. HEX triplet: BA, 52 and 3D. RGB value is (186,82,61). Sum of RGB (Red+Green+Blue) = 186+82+61=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA523D is #45ADC2. Grayscale: #6E6E6E. Windows color (decimal): -4566467 or 4018874. OLE color: 4018874.

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

Color convert

RGB 186 82 61 -
CMYK 0 0.56 0.67 0.27
HSL 10.08º 0.51% 0.48% -
HSV(B) 10.08º 0.67% 0.73% -
XYZ 24.11 16.81 6.39 -
YUV 110.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 186 82 61 0 0.56 0.67 0.27 10.08 0.51 0.48
Hex BA 52 3D 0 38 43 1B A 33 30
Octal 272 122 75 0 70 103 33 12 63 60
Binary 10111010 1010010 111101 0 111000 1000011 11011 1010 110011 110000

Color Harmonies of #BA523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA523D

Black with #BA523D

Text Example


Text Example

White with #BA523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA523D; }

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

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

background-color css

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

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

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

border-color css

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

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

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