Html Css Color HEX #BA5436 Grenadier

📋 copy color: '#BA5436'

red 186 ◦ green 84 ◦ blue 54

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

Shades of Grenadier #BA5436

Tints of Grenadier #BA5436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.67%

R = 57.41%
G = 25.93%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA5436 (or 0xBA5436) is known color: Grenadier. HEX triplet: BA, 54 and 36. RGB value is (186,84,54). Sum of RGB (Red+Green+Blue) = 186+84+54=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5436 is #45ABC9. Grayscale: #6F6F6F. Windows color (decimal): -4565962 or 3560634. OLE color: 3560634.

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

Color convert

RGB 186 84 54 -
CMYK 0 0.55 0.71 0.27
HSL 13.64º 0.55% 0.47% -
HSV(B) 13.64º 0.71% 0.73% -
XYZ 24.09 17.05 5.51 -
YUV 111.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 186 84 54 0 0.55 0.71 0.27 13.64 0.55 0.47
Hex BA 54 36 0 37 47 1B E 37 2F
Octal 272 124 66 0 67 107 33 16 67 57
Binary 10111010 1010100 110110 0 110111 1000111 11011 1110 110111 101111

Color Harmonies of #BA5436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5436

Black with #BA5436

Text Example


Text Example

White with #BA5436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5436; }

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

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

background-color css

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

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

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

border-color css

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

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

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