Html Css Color HEX #BA4D2E Grenadier

📋 copy color: '#BA4D2E'

red 186 ◦ green 77 ◦ blue 46

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

Shades of Grenadier #BA4D2E

Tints of Grenadier #BA4D2E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

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

R = 60.19%
G = 24.92%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA4D2E (or 0xBA4D2E) is known color: Grenadier. HEX triplet: BA, 4D and 2E. RGB value is (186,77,46). Sum of RGB (Red+Green+Blue) = 186+77+46=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D2E is #45B2D1. Grayscale: #6A6A6A. Windows color (decimal): -4567762 or 3034554. OLE color: 3034554.

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

Color convert

RGB 186 77 46 -
CMYK 0 0.59 0.75 0.27
HSL 13.29º 0.6% 0.45% -
HSV(B) 13.29º 0.75% 0.73% -
XYZ 23.4 15.94 4.43 -
YUV 106.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 186 77 46 0 0.59 0.75 0.27 13.29 0.6 0.45
Hex BA 4D 2E 0 3B 4B 1B D 3C 2D
Octal 272 115 56 0 73 113 33 15 74 55
Binary 10111010 1001101 101110 0 111011 1001011 11011 1101 111100 101101

Color Harmonies of #BA4D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D2E

Black with #BA4D2E

Text Example


Text Example

White with #BA4D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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