Html Css Color HEX #BA543C Grenadier

📋 copy color: '#BA543C'

red 186 ◦ green 84 ◦ blue 60

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

Shades of Grenadier #BA543C

Tints of Grenadier #BA543C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 56.36%
G = 25.45%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA543C (or 0xBA543C) is known color: Grenadier. HEX triplet: BA, 54 and 3C. RGB value is (186,84,60). Sum of RGB (Red+Green+Blue) = 186+84+60=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA543C is #45ABC3. Grayscale: #6F6F6F. Windows color (decimal): -4565956 or 3953850. OLE color: 3953850.

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

Color convert

RGB 186 84 60 -
CMYK 0 0.55 0.68 0.27
HSL 11.43º 0.51% 0.48% -
HSV(B) 11.43º 0.68% 0.73% -
XYZ 24.24 17.11 6.3 -
YUV 111.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 186 84 60 0 0.55 0.68 0.27 11.43 0.51 0.48
Hex BA 54 3C 0 37 44 1B B 33 30
Octal 272 124 74 0 67 104 33 13 63 60
Binary 10111010 1010100 111100 0 110111 1000100 11011 1011 110011 110000

Color Harmonies of #BA543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA543C

Black with #BA543C

Text Example


Text Example

White with #BA543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA543C; }

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

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

background-color css

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

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

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

border-color css

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

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

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