Html Css Color HEX #BA4635 Grenadier

📋 copy color: '#BA4635'

red 186 ◦ green 70 ◦ blue 53

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

Shades of Grenadier #BA4635

Tints of Grenadier #BA4635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 60.19%
G = 22.65%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4635 (or 0xBA4635) is known color: Grenadier. HEX triplet: BA, 46 and 35. RGB value is (186,70,53). Sum of RGB (Red+Green+Blue) = 186+70+53=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4635 is #45B9CA. Grayscale: #666666. Windows color (decimal): -4569547 or 3491514. OLE color: 3491514.

HSL color Cylindrical-coordinate representation of color #BA4635: hue angle of 7.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA4635 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 53 -
CMYK 0 0.62 0.72 0.27
HSL 7.67º 0.56% 0.47% -
HSV(B) 7.67º 0.72% 0.73% -
XYZ 23.08 15.08 5.06 -
YUV 102.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 186 70 53 0 0.62 0.72 0.27 7.67 0.56 0.47
Hex BA 46 35 0 3E 48 1B 8 38 2F
Octal 272 106 65 0 76 110 33 10 70 57
Binary 10111010 1000110 110101 0 111110 1001000 11011 1000 111000 101111

Color Harmonies of #BA4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4635

Black with #BA4635

Text Example


Text Example

White with #BA4635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4635; }

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

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

background-color css

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

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

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

border-color css

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

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

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