Html Css Color HEX #BA543B Grenadier

📋 copy color: '#BA543B'

red 186 ◦ green 84 ◦ blue 59

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

Shades of Grenadier #BA543B

Tints of Grenadier #BA543B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 56.53%
G = 25.53%
B = 17.93%

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

#BA543B (or 0xBA543B) is known color: Grenadier. HEX triplet: BA, 54 and 3B. RGB value is (186,84,59). Sum of RGB (Red+Green+Blue) = 186+84+59=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA543B is #45ABC4. Grayscale: #6F6F6F. Windows color (decimal): -4565957 or 3888314. OLE color: 3888314.

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

Color convert

RGB 186 84 59 -
CMYK 0 0.55 0.68 0.27
HSL 11.81º 0.52% 0.48% -
HSV(B) 11.81º 0.68% 0.73% -
XYZ 24.21 17.1 6.16 -
YUV 111.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 186 84 59 0 0.55 0.68 0.27 11.81 0.52 0.48
Hex BA 54 3B 0 37 44 1B C 34 30
Octal 272 124 73 0 67 104 33 14 64 60
Binary 10111010 1010100 111011 0 110111 1000100 11011 1100 110100 110000

Color Harmonies of #BA543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA543B

Black with #BA543B

Text Example


Text Example

White with #BA543B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA543B; }

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

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

background-color css

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

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

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

border-color css

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

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

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