Html Css Color HEX #BC4839 Grenadier

📋 copy color: '#BC4839'

red 188 ◦ green 72 ◦ blue 57

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

Shades of Grenadier #BC4839

Tints of Grenadier #BC4839

RGB

 RED value IS 188 (73.83% from 255) = 59.31%

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 59.31%
G = 22.71%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC4839 (or 0xBC4839) is known color: Grenadier. HEX triplet: BC, 48 and 39. RGB value is (188,72,57). Sum of RGB (Red+Green+Blue) = 188+72+57=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4839 is #43B7C6. Grayscale: #696969. Windows color (decimal): -4437959 or 3754172. OLE color: 3754172.

HSL color Cylindrical-coordinate representation of color #BC4839: hue angle of 6.87º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4839 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 57 -
CMYK 0 0.62 0.70 0.26
HSL 6.87º 0.53% 0.48% -
HSV(B) 6.87º 0.7% 0.74% -
XYZ 23.79 15.62 5.63 -
YUV 104.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 188 72 57 0 0.62 0.70 0.26 6.87 0.53 0.48
Hex BC 48 39 0 3E 46 1A 7 35 30
Octal 274 110 71 0 76 106 32 7 65 60
Binary 10111100 1001000 111001 0 111110 1000110 11010 111 110101 110000

Color Harmonies of #BC4839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4839

Black with #BC4839

Text Example


Text Example

White with #BC4839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4839; }

 p { color: rgb(188,72,57); }

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

background-color css

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

 a { background-color: rgb(188,72,57); }

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

border-color css

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

 span { border-color: rgb(188,72,57); }

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