Html Css Color HEX #BA4B38 Grenadier

📋 copy color: '#BA4B38'

red 186 ◦ green 75 ◦ blue 56

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

Shades of Grenadier #BA4B38

Tints of Grenadier #BA4B38

RGB

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

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

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

R = 58.68%
G = 23.66%
B = 17.67%

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

#BA4B38 (or 0xBA4B38) is known color: Grenadier. HEX triplet: BA, 4B and 38. RGB value is (186,75,56). Sum of RGB (Red+Green+Blue) = 186+75+56=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B38 is #45B4C7. Grayscale: #6A6A6A. Windows color (decimal): -4568264 or 3689402. OLE color: 3689402.

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

Color convert

RGB 186 75 56 -
CMYK 0 0.60 0.70 0.27
HSL 8.77º 0.54% 0.47% -
HSV(B) 8.77º 0.7% 0.73% -
XYZ 23.48 15.76 5.55 -
YUV 106.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 186 75 56 0 0.60 0.70 0.27 8.77 0.54 0.47
Hex BA 4B 38 0 3C 46 1B 9 36 2F
Octal 272 113 70 0 74 106 33 11 66 57
Binary 10111010 1001011 111000 0 111100 1000110 11011 1001 110110 101111

Color Harmonies of #BA4B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B38

Black with #BA4B38

Text Example


Text Example

White with #BA4B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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