Html Css Color HEX #BA4727 Grenadier

📋 copy color: '#BA4727'

red 186 ◦ green 71 ◦ blue 39

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

Shades of Grenadier #BA4727

Tints of Grenadier #BA4727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 62.84%
G = 23.99%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA4727 (or 0xBA4727) is known color: Grenadier. HEX triplet: BA, 47 and 27. RGB value is (186,71,39). Sum of RGB (Red+Green+Blue) = 186+71+39=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4727 is #45B8D8. Grayscale: #656565. Windows color (decimal): -4569305 or 2574266. OLE color: 2574266.

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

Color convert

RGB 186 71 39 -
CMYK 0 0.62 0.79 0.27
HSL 13.06º 0.65% 0.44% -
HSV(B) 13.06º 0.79% 0.73% -
XYZ 22.87 15.09 3.63 -
YUV 101.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 186 71 39 0 0.62 0.79 0.27 13.06 0.65 0.44
Hex BA 47 27 0 3E 4F 1B D 41 2C
Octal 272 107 47 0 76 117 33 15 101 54
Binary 10111010 1000111 100111 0 111110 1001111 11011 1101 1000001 101100

Color Harmonies of #BA4727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4727

Black with #BA4727

Text Example


Text Example

White with #BA4727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4727; }

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

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

background-color css

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

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

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

border-color css

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

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

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