Html Css Color HEX #BC4737 Grenadier

📋 copy color: '#BC4737'

red 188 ◦ green 71 ◦ blue 55

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

Shades of Grenadier #BC4737

Tints of Grenadier #BC4737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 59.87%
G = 22.61%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC4737 (or 0xBC4737) is known color: Grenadier. HEX triplet: BC, 47 and 37. RGB value is (188,71,55). Sum of RGB (Red+Green+Blue) = 188+71+55=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4737 is #43B8C8. Grayscale: #686868. Windows color (decimal): -4438217 or 3622844. OLE color: 3622844.

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

Color convert

RGB 188 71 55 -
CMYK 0 0.62 0.71 0.26
HSL 7.22º 0.55% 0.48% -
HSV(B) 7.22º 0.71% 0.74% -
XYZ 23.68 15.47 5.35 -
YUV 104.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 188 71 55 0 0.62 0.71 0.26 7.22 0.55 0.48
Hex BC 47 37 0 3E 47 1A 7 37 30
Octal 274 107 67 0 76 107 32 7 67 60
Binary 10111100 1000111 110111 0 111110 1000111 11010 111 110111 110000

Color Harmonies of #BC4737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4737

Black with #BC4737

Text Example


Text Example

White with #BC4737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4737; }

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

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

background-color css

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

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

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

border-color css

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

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

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