Html Css Color HEX #BA5435 Grenadier

📋 copy color: '#BA5435'

red 186 ◦ green 84 ◦ blue 53

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

Shades of Grenadier #BA5435

Tints of Grenadier #BA5435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

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

R = 57.59%
G = 26.01%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA5435 (or 0xBA5435) is known color: Grenadier. HEX triplet: BA, 54 and 35. RGB value is (186,84,53). Sum of RGB (Red+Green+Blue) = 186+84+53=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5435 is #45ABCA. Grayscale: #6F6F6F. Windows color (decimal): -4565963 or 3495098. OLE color: 3495098.

HSL color Cylindrical-coordinate representation of color #BA5435: hue angle of 13.98º 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 #BA5435 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 84 53 -
CMYK 0 0.55 0.72 0.27
HSL 13.98º 0.56% 0.47% -
HSV(B) 13.98º 0.72% 0.73% -
XYZ 24.06 17.04 5.39 -
YUV 110.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 186 84 53 0 0.55 0.72 0.27 13.98 0.56 0.47
Hex BA 54 35 0 37 48 1B E 38 2F
Octal 272 124 65 0 67 110 33 16 70 57
Binary 10111010 1010100 110101 0 110111 1001000 11011 1110 111000 101111

Color Harmonies of #BA5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5435

Black with #BA5435

Text Example


Text Example

White with #BA5435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5435; }

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

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

background-color css

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

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

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

border-color css

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

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

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