Html Css Color HEX #BA4D3B Grenadier

📋 copy color: '#BA4D3B'

red 186 ◦ green 77 ◦ blue 59

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

Shades of Grenadier #BA4D3B

Tints of Grenadier #BA4D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 57.76%
G = 23.91%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA4D3B (or 0xBA4D3B) is known color: Grenadier. HEX triplet: BA, 4D and 3B. RGB value is (186,77,59). Sum of RGB (Red+Green+Blue) = 186+77+59=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D3B is #45B2C4. Grayscale: #6B6B6B. Windows color (decimal): -4567749 or 3886522. OLE color: 3886522.

HSL color Cylindrical-coordinate representation of color #BA4D3B: hue angle of 8.5º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4D3B is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 77 59 -
CMYK 0 0.59 0.68 0.27
HSL 8.5º 0.52% 0.48% -
HSV(B) 8.5º 0.68% 0.73% -
XYZ 23.69 16.06 5.99 -
YUV 107.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 186 77 59 0 0.59 0.68 0.27 8.5 0.52 0.48
Hex BA 4D 3B 0 3B 44 1B 9 34 30
Octal 272 115 73 0 73 104 33 11 64 60
Binary 10111010 1001101 111011 0 111011 1000100 11011 1001 110100 110000

Color Harmonies of #BA4D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D3B

Black with #BA4D3B

Text Example


Text Example

White with #BA4D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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