Html Css Color HEX #BC4636 Grenadier

📋 copy color: '#BC4636'

red 188 ◦ green 70 ◦ blue 54

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

Shades of Grenadier #BC4636

Tints of Grenadier #BC4636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 60.26%
G = 22.44%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC4636 (or 0xBC4636) is known color: Grenadier. HEX triplet: BC, 46 and 36. RGB value is (188,70,54). Sum of RGB (Red+Green+Blue) = 188+70+54=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4636 is #43B9C9. Grayscale: #676767. Windows color (decimal): -4438474 or 3557052. OLE color: 3557052.

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

Color convert

RGB 188 70 54 -
CMYK 0 0.63 0.71 0.26
HSL 7.16º 0.55% 0.47% -
HSV(B) 7.16º 0.71% 0.74% -
XYZ 23.6 15.34 5.21 -
YUV 103.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 188 70 54 0 0.63 0.71 0.26 7.16 0.55 0.47
Hex BC 46 36 0 3F 47 1A 7 37 2F
Octal 274 106 66 0 77 107 32 7 67 57
Binary 10111100 1000110 110110 0 111111 1000111 11010 111 110111 101111

Color Harmonies of #BC4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4636

Black with #BC4636

Text Example


Text Example

White with #BC4636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4636; }

 p { color: rgb(188,70,54); }

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

background-color css

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

 a { background-color: rgb(188,70,54); }

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

border-color css

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

 span { border-color: rgb(188,70,54); }

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