Html Css Color HEX #BA4D3D Grenadier

📋 copy color: '#BA4D3D'

red 186 ◦ green 77 ◦ blue 61

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

Shades of Grenadier #BA4D3D

Tints of Grenadier #BA4D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 57.41%
G = 23.77%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA4D3D (or 0xBA4D3D) is known color: Grenadier. HEX triplet: BA, 4D and 3D. RGB value is (186,77,61). Sum of RGB (Red+Green+Blue) = 186+77+61=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D3D is #45B2C2. Grayscale: #6B6B6B. Windows color (decimal): -4567747 or 4017594. OLE color: 4017594.

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

Color convert

RGB 186 77 61 -
CMYK 0 0.59 0.67 0.27
HSL 7.68º 0.51% 0.48% -
HSV(B) 7.68º 0.67% 0.73% -
XYZ 23.75 16.08 6.27 -
YUV 107.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 186 77 61 0 0.59 0.67 0.27 7.68 0.51 0.48
Hex BA 4D 3D 0 3B 43 1B 8 33 30
Octal 272 115 75 0 73 103 33 10 63 60
Binary 10111010 1001101 111101 0 111011 1000011 11011 1000 110011 110000

Color Harmonies of #BA4D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D3D

Black with #BA4D3D

Text Example


Text Example

White with #BA4D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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