Html Css Color HEX #BA4C3D Grenadier

📋 copy color: '#BA4C3D'

red 186 ◦ green 76 ◦ blue 61

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

Shades of Grenadier #BA4C3D

Tints of Grenadier #BA4C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

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

R = 57.59%
G = 23.53%
B = 18.89%

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

#BA4C3D (or 0xBA4C3D) is known color: Grenadier. HEX triplet: BA, 4C and 3D. RGB value is (186,76,61). Sum of RGB (Red+Green+Blue) = 186+76+61=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C3D is #45B3C2. Grayscale: #6B6B6B. Windows color (decimal): -4568003 or 4017338. OLE color: 4017338.

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

Color convert

RGB 186 76 61 -
CMYK 0 0.59 0.67 0.27
HSL 7.2º 0.51% 0.48% -
HSV(B) 7.2º 0.67% 0.73% -
XYZ 23.68 15.94 6.24 -
YUV 107.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 186 76 61 0 0.59 0.67 0.27 7.2 0.51 0.48
Hex BA 4C 3D 0 3B 43 1B 7 33 30
Octal 272 114 75 0 73 103 33 7 63 60
Binary 10111010 1001100 111101 0 111011 1000011 11011 111 110011 110000

Color Harmonies of #BA4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C3D

Black with #BA4C3D

Text Example


Text Example

White with #BA4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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