Html Css Color HEX #BC4436 Grenadier

📋 copy color: '#BC4436'

red 188 ◦ green 68 ◦ blue 54

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

Shades of Grenadier #BC4436

Tints of Grenadier #BC4436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

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

R = 60.65%
G = 21.94%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC4436 (or 0xBC4436) is known color: Grenadier. HEX triplet: BC, 44 and 36. RGB value is (188,68,54). Sum of RGB (Red+Green+Blue) = 188+68+54=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4436 is #43BBC9. Grayscale: #666666. Windows color (decimal): -4438986 or 3556540. OLE color: 3556540.

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

Color convert

RGB 188 68 54 -
CMYK 0 0.64 0.71 0.26
HSL 6.27º 0.55% 0.47% -
HSV(B) 6.27º 0.71% 0.74% -
XYZ 23.47 15.09 5.17 -
YUV 102.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 188 68 54 0 0.64 0.71 0.26 6.27 0.55 0.47
Hex BC 44 36 0 40 47 1A 6 37 2F
Octal 274 104 66 0 100 107 32 6 67 57
Binary 10111100 1000100 110110 0 1000000 1000111 11010 110 110111 101111

Color Harmonies of #BC4436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4436

Black with #BC4436

Text Example


Text Example

White with #BC4436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4436; }

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

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

background-color css

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

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

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

border-color css

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

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

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