Html Css Color HEX #BA4539 Grenadier

📋 copy color: '#BA4539'

red 186 ◦ green 69 ◦ blue 57

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

Shades of Grenadier #BA4539

Tints of Grenadier #BA4539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 57 (22.66% from 255) = 18.27%

R = 59.62%
G = 22.12%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA4539 (or 0xBA4539) is known color: Grenadier. HEX triplet: BA, 45 and 39. RGB value is (186,69,57). Sum of RGB (Red+Green+Blue) = 186+69+57=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4539 is #45BAC6. Grayscale: #666666. Windows color (decimal): -4569799 or 3753402. OLE color: 3753402.

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

Color convert

RGB 186 69 57 -
CMYK 0 0.63 0.69 0.27
HSL 5.58º 0.53% 0.48% -
HSV(B) 5.58º 0.69% 0.73% -
XYZ 23.12 14.99 5.55 -
YUV 102.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 186 69 57 0 0.63 0.69 0.27 5.58 0.53 0.48
Hex BA 45 39 0 3F 45 1B 6 35 30
Octal 272 105 71 0 77 105 33 6 65 60
Binary 10111010 1000101 111001 0 111111 1000101 11011 110 110101 110000

Color Harmonies of #BA4539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4539

Black with #BA4539

Text Example


Text Example

White with #BA4539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4539; }

 p { color: rgb(186,69,57); }

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

background-color css

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

 a { background-color: rgb(186,69,57); }

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

border-color css

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

 span { border-color: rgb(186,69,57); }

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