Html Css Color HEX #BA4B37 Grenadier

📋 copy color: '#BA4B37'

red 186 ◦ green 75 ◦ blue 55

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

Shades of Grenadier #BA4B37

Tints of Grenadier #BA4B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.73%

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 58.86%
G = 23.73%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA4B37 (or 0xBA4B37) is known color: Grenadier. HEX triplet: BA, 4B and 37. RGB value is (186,75,55). Sum of RGB (Red+Green+Blue) = 186+75+55=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B37 is #45B4C8. Grayscale: #6A6A6A. Windows color (decimal): -4568265 or 3623866. OLE color: 3623866.

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

Color convert

RGB 186 75 55 -
CMYK 0 0.60 0.70 0.27
HSL 9.16º 0.54% 0.47% -
HSV(B) 9.16º 0.7% 0.73% -
XYZ 23.46 15.75 5.42 -
YUV 105.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 186 75 55 0 0.60 0.70 0.27 9.16 0.54 0.47
Hex BA 4B 37 0 3C 46 1B 9 36 2F
Octal 272 113 67 0 74 106 33 11 66 57
Binary 10111010 1001011 110111 0 111100 1000110 11011 1001 110110 101111

Color Harmonies of #BA4B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B37

Black with #BA4B37

Text Example


Text Example

White with #BA4B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B37; }

 p { color: rgb(186,75,55); }

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

background-color css

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

 a { background-color: rgb(186,75,55); }

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

border-color css

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

 span { border-color: rgb(186,75,55); }

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