Html Css Color HEX #BA4633 Grenadier

📋 copy color: '#BA4633'

red 186 ◦ green 70 ◦ blue 51

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

Shades of Grenadier #BA4633

Tints of Grenadier #BA4633

RGB

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

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

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

R = 60.59%
G = 22.8%
B = 16.61%

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

#BA4633 (or 0xBA4633) is known color: Grenadier. HEX triplet: BA, 46 and 33. RGB value is (186,70,51). Sum of RGB (Red+Green+Blue) = 186+70+51=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4633 is #45B9CC. Grayscale: #666666. Windows color (decimal): -4569549 or 3360442. OLE color: 3360442.

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

Color convert

RGB 186 70 51 -
CMYK 0 0.62 0.73 0.27
HSL 8.44º 0.57% 0.46% -
HSV(B) 8.44º 0.73% 0.73% -
XYZ 23.04 15.06 4.82 -
YUV 102.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 186 70 51 0 0.62 0.73 0.27 8.44 0.57 0.46
Hex BA 46 33 0 3E 49 1B 8 39 2E
Octal 272 106 63 0 76 111 33 10 71 56
Binary 10111010 1000110 110011 0 111110 1001001 11011 1000 111001 101110

Color Harmonies of #BA4633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4633

Black with #BA4633

Text Example


Text Example

White with #BA4633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4633; }

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

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

background-color css

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

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

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

border-color css

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

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

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