Html Css Color HEX #BA4732 Grenadier

📋 copy color: '#BA4732'

red 186 ◦ green 71 ◦ blue 50

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

Shades of Grenadier #BA4732

Tints of Grenadier #BA4732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.13%

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

R = 60.59%
G = 23.13%
B = 16.29%

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

#BA4732 (or 0xBA4732) is known color: Grenadier. HEX triplet: BA, 47 and 32. RGB value is (186,71,50). Sum of RGB (Red+Green+Blue) = 186+71+50=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4732 is #45B8CD. Grayscale: #676767. Windows color (decimal): -4569294 or 3295162. OLE color: 3295162.

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

Color convert

RGB 186 71 50 -
CMYK 0 0.62 0.73 0.27
HSL 9.26º 0.58% 0.46% -
HSV(B) 9.26º 0.73% 0.73% -
XYZ 23.08 15.18 4.73 -
YUV 102.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 186 71 50 0 0.62 0.73 0.27 9.26 0.58 0.46
Hex BA 47 32 0 3E 49 1B 9 3A 2E
Octal 272 107 62 0 76 111 33 11 72 56
Binary 10111010 1000111 110010 0 111110 1001001 11011 1001 111010 101110

Color Harmonies of #BA4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4732

Black with #BA4732

Text Example


Text Example

White with #BA4732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4732; }

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

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

background-color css

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

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

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

border-color css

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

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

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