Html Css Color HEX #BA5235 Grenadier

📋 copy color: '#BA5235'

red 186 ◦ green 82 ◦ blue 53

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

Shades of Grenadier #BA5235

Tints of Grenadier #BA5235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 57.94%
G = 25.55%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA5235 (or 0xBA5235) is known color: Grenadier. HEX triplet: BA, 52 and 35. RGB value is (186,82,53). Sum of RGB (Red+Green+Blue) = 186+82+53=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5235 is #45ADCA. Grayscale: #6E6E6E. Windows color (decimal): -4566475 or 3494586. OLE color: 3494586.

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

Color convert

RGB 186 82 53 -
CMYK 0 0.56 0.72 0.27
HSL 13.08º 0.56% 0.47% -
HSV(B) 13.08º 0.72% 0.73% -
XYZ 23.91 16.73 5.34 -
YUV 109.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 186 82 53 0 0.56 0.72 0.27 13.08 0.56 0.47
Hex BA 52 35 0 38 48 1B D 38 2F
Octal 272 122 65 0 70 110 33 15 70 57
Binary 10111010 1010010 110101 0 111000 1001000 11011 1101 111000 101111

Color Harmonies of #BA5235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5235

Black with #BA5235

Text Example


Text Example

White with #BA5235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5235; }

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

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

background-color css

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

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

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

border-color css

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

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

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