Html Css Color HEX #BA4A2E Grenadier

📋 copy color: '#BA4A2E'

red 186 ◦ green 74 ◦ blue 46

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

Shades of Grenadier #BA4A2E

Tints of Grenadier #BA4A2E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 60.78%
G = 24.18%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA4A2E (or 0xBA4A2E) is known color: Grenadier. HEX triplet: BA, 4A and 2E. RGB value is (186,74,46). Sum of RGB (Red+Green+Blue) = 186+74+46=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A2E is #45B5D1. Grayscale: #686868. Windows color (decimal): -4568530 or 3033786. OLE color: 3033786.

HSL color Cylindrical-coordinate representation of color #BA4A2E: hue angle of 12º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA4A2E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 46 -
CMYK 0 0.60 0.75 0.27
HSL 12º 0.6% 0.45% -
HSV(B) 12º 0.75% 0.73% -
XYZ 23.19 15.53 4.36 -
YUV 104.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 186 74 46 0 0.60 0.75 0.27 12 0.6 0.45
Hex BA 4A 2E 0 3C 4B 1B C 3C 2D
Octal 272 112 56 0 74 113 33 14 74 55
Binary 10111010 1001010 101110 0 111100 1001011 11011 1100 111100 101101

Color Harmonies of #BA4A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A2E

Black with #BA4A2E

Text Example


Text Example

White with #BA4A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A2E; }

 p { color: rgb(186,74,46); }

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

background-color css

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

 a { background-color: rgb(186,74,46); }

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

border-color css

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

 span { border-color: rgb(186,74,46); }

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