Html Css Color HEX #BA4632 Grenadier

📋 copy color: '#BA4632'

red 186 ◦ green 70 ◦ blue 50

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

Shades of Grenadier #BA4632

Tints of Grenadier #BA4632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

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

R = 60.78%
G = 22.88%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA4632 (or 0xBA4632) is known color: Grenadier. HEX triplet: BA, 46 and 32. RGB value is (186,70,50). Sum of RGB (Red+Green+Blue) = 186+70+50=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4632 is #45B9CD. Grayscale: #666666. Windows color (decimal): -4569550 or 3294906. OLE color: 3294906.

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

Color convert

RGB 186 70 50 -
CMYK 0 0.62 0.73 0.27
HSL 8.82º 0.58% 0.46% -
HSV(B) 8.82º 0.73% 0.73% -
XYZ 23.02 15.05 4.71 -
YUV 102.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 186 70 50 0 0.62 0.73 0.27 8.82 0.58 0.46
Hex BA 46 32 0 3E 49 1B 9 3A 2E
Octal 272 106 62 0 76 111 33 11 72 56
Binary 10111010 1000110 110010 0 111110 1001001 11011 1001 111010 101110

Color Harmonies of #BA4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4632

Black with #BA4632

Text Example


Text Example

White with #BA4632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4632; }

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

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

background-color css

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

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

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

border-color css

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

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

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