Html Css Color HEX #BA523F Grenadier

📋 copy color: '#BA523F'

red 186 ◦ green 82 ◦ blue 63

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

Shades of Grenadier #BA523F

Tints of Grenadier #BA523F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.03%

R = 56.19%
G = 24.77%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA523F (or 0xBA523F) is known color: Grenadier. HEX triplet: BA, 52 and 3F. RGB value is (186,82,63). Sum of RGB (Red+Green+Blue) = 186+82+63=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA523F is #45ADC0. Grayscale: #6F6F6F. Windows color (decimal): -4566465 or 4149946. OLE color: 4149946.

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

Color convert

RGB 186 82 63 -
CMYK 0 0.56 0.66 0.27
HSL 9.27º 0.49% 0.49% -
HSV(B) 9.27º 0.66% 0.73% -
XYZ 24.16 16.83 6.68 -
YUV 110.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 186 82 63 0 0.56 0.66 0.27 9.27 0.49 0.49
Hex BA 52 3F 0 38 42 1B 9 31 31
Octal 272 122 77 0 70 102 33 11 61 61
Binary 10111010 1010010 111111 0 111000 1000010 11011 1001 110001 110001

Color Harmonies of #BA523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA523F

Black with #BA523F

Text Example


Text Example

White with #BA523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA523F; }

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

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

background-color css

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

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

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

border-color css

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

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

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