Html Css Color HEX #BA5336 Grenadier

📋 copy color: '#BA5336'

red 186 ◦ green 83 ◦ blue 54

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

Shades of Grenadier #BA5336

Tints of Grenadier #BA5336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 57.59%
G = 25.7%
B = 16.72%

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

#BA5336 (or 0xBA5336) is known color: Grenadier. HEX triplet: BA, 53 and 36. RGB value is (186,83,54). Sum of RGB (Red+Green+Blue) = 186+83+54=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5336 is #45ACC9. Grayscale: #6E6E6E. Windows color (decimal): -4566218 or 3560378. OLE color: 3560378.

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

Color convert

RGB 186 83 54 -
CMYK 0 0.55 0.71 0.27
HSL 13.18º 0.55% 0.47% -
HSV(B) 13.18º 0.71% 0.73% -
XYZ 24.01 16.89 5.49 -
YUV 110.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 186 83 54 0 0.55 0.71 0.27 13.18 0.55 0.47
Hex BA 53 36 0 37 47 1B D 37 2F
Octal 272 123 66 0 67 107 33 15 67 57
Binary 10111010 1010011 110110 0 110111 1000111 11011 1101 110111 101111

Color Harmonies of #BA5336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5336

Black with #BA5336

Text Example


Text Example

White with #BA5336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5336; }

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

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

background-color css

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

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

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

border-color css

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

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

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