Html Css Color HEX #BA4833 Grenadier

📋 copy color: '#BA4833'

red 186 ◦ green 72 ◦ blue 51

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

Shades of Grenadier #BA4833

Tints of Grenadier #BA4833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 60.19%
G = 23.3%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA4833 (or 0xBA4833) is known color: Grenadier. HEX triplet: BA, 48 and 33. RGB value is (186,72,51). Sum of RGB (Red+Green+Blue) = 186+72+51=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4833 is #45B7CC. Grayscale: #676767. Windows color (decimal): -4569037 or 3360954. OLE color: 3360954.

HSL color Cylindrical-coordinate representation of color #BA4833: hue angle of 9.33º degrees, saturation: 0.57, 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 #BA4833 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 72 51 -
CMYK 0 0.61 0.73 0.27
HSL 9.33º 0.57% 0.46% -
HSV(B) 9.33º 0.73% 0.73% -
XYZ 23.16 15.31 4.87 -
YUV 103.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 186 72 51 0 0.61 0.73 0.27 9.33 0.57 0.46
Hex BA 48 33 0 3D 49 1B 9 39 2E
Octal 272 110 63 0 75 111 33 11 71 56
Binary 10111010 1001000 110011 0 111101 1001001 11011 1001 111001 101110

Color Harmonies of #BA4833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4833

Black with #BA4833

Text Example


Text Example

White with #BA4833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4833; }

 p { color: rgb(186,72,51); }

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

background-color css

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

 a { background-color: rgb(186,72,51); }

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

border-color css

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

 span { border-color: rgb(186,72,51); }

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