Html Css Color HEX #BA4C32 Grenadier

📋 copy color: '#BA4C32'

red 186 ◦ green 76 ◦ blue 50

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

Shades of Grenadier #BA4C32

Tints of Grenadier #BA4C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.36%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 59.62%
G = 24.36%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA4C32 (or 0xBA4C32) is known color: Grenadier. HEX triplet: BA, 4C and 32. RGB value is (186,76,50). Sum of RGB (Red+Green+Blue) = 186+76+50=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C32 is #45B3CD. Grayscale: #6A6A6A. Windows color (decimal): -4568014 or 3296442. OLE color: 3296442.

HSL color Cylindrical-coordinate representation of color #BA4C32: hue angle of 11.47º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA4C32 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 76 50 -
CMYK 0 0.59 0.73 0.27
HSL 11.47º 0.58% 0.46% -
HSV(B) 11.47º 0.73% 0.73% -
XYZ 23.41 15.84 4.84 -
YUV 105.93 96.44 185.11 -
System Red Green Blue C M Y K H S L
Decimal 186 76 50 0 0.59 0.73 0.27 11.47 0.58 0.46
Hex BA 4C 32 0 3B 49 1B B 3A 2E
Octal 272 114 62 0 73 111 33 13 72 56
Binary 10111010 1001100 110010 0 111011 1001001 11011 1011 111010 101110

Color Harmonies of #BA4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C32

Black with #BA4C32

Text Example


Text Example

White with #BA4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C32; }

 p { color: rgb(186,76,50); }

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

background-color css

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

 a { background-color: rgb(186,76,50); }

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

border-color css

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

 span { border-color: rgb(186,76,50); }

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