Html Css Color HEX #BC4739 Grenadier

📋 copy color: '#BC4739'

red 188 ◦ green 71 ◦ blue 57

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

Shades of Grenadier #BC4739

Tints of Grenadier #BC4739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.47%

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

R = 59.49%
G = 22.47%
B = 18.04%

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

#BC4739 (or 0xBC4739) is known color: Grenadier. HEX triplet: BC, 47 and 39. RGB value is (188,71,57). Sum of RGB (Red+Green+Blue) = 188+71+57=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4739 is #43B8C6. Grayscale: #686868. Windows color (decimal): -4438215 or 3753916. OLE color: 3753916.

HSL color Cylindrical-coordinate representation of color #BC4739: hue angle of 6.41º 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 #BC4739 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 57 -
CMYK 0 0.62 0.70 0.26
HSL 6.41º 0.53% 0.48% -
HSV(B) 6.41º 0.7% 0.74% -
XYZ 23.73 15.49 5.61 -
YUV 104.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 188 71 57 0 0.62 0.70 0.26 6.41 0.53 0.48
Hex BC 47 39 0 3E 46 1A 6 35 30
Octal 274 107 71 0 76 106 32 6 65 60
Binary 10111100 1000111 111001 0 111110 1000110 11010 110 110101 110000

Color Harmonies of #BC4739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4739

Black with #BC4739

Text Example


Text Example

White with #BC4739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4739; }

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

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

background-color css

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

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

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

border-color css

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

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

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