Html Css Color HEX #BA5538 Grenadier

📋 copy color: '#BA5538'

red 186 ◦ green 85 ◦ blue 56

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

Shades of Grenadier #BA5538

Tints of Grenadier #BA5538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 56.88%
G = 25.99%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA5538 (or 0xBA5538) is known color: Grenadier. HEX triplet: BA, 55 and 38. RGB value is (186,85,56). Sum of RGB (Red+Green+Blue) = 186+85+56=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5538 is #45AAC7. Grayscale: #707070. Windows color (decimal): -4565704 or 3691962. OLE color: 3691962.

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

Color convert

RGB 186 85 56 -
CMYK 0 0.54 0.70 0.27
HSL 13.38º 0.54% 0.47% -
HSV(B) 13.38º 0.7% 0.73% -
XYZ 24.21 17.22 5.79 -
YUV 111.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 186 85 56 0 0.54 0.70 0.27 13.38 0.54 0.47
Hex BA 55 38 0 36 46 1B D 36 2F
Octal 272 125 70 0 66 106 33 15 66 57
Binary 10111010 1010101 111000 0 110110 1000110 11011 1101 110110 101111

Color Harmonies of #BA5538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5538

Black with #BA5538

Text Example


Text Example

White with #BA5538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5538; }

 p { color: rgb(186,85,56); }

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

background-color css

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

 a { background-color: rgb(186,85,56); }

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

border-color css

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

 span { border-color: rgb(186,85,56); }

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