Html Css Color HEX #BC4336 Grenadier

📋 copy color: '#BC4336'

red 188 ◦ green 67 ◦ blue 54

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

Shades of Grenadier #BC4336

Tints of Grenadier #BC4336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

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

R = 60.84%
G = 21.68%
B = 17.48%

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

#BC4336 (or 0xBC4336) is known color: Grenadier. HEX triplet: BC, 43 and 36. RGB value is (188,67,54). Sum of RGB (Red+Green+Blue) = 188+67+54=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4336 is #43BCC9. Grayscale: #656565. Windows color (decimal): -4439242 or 3556284. OLE color: 3556284.

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

Color convert

RGB 188 67 54 -
CMYK 0 0.64 0.71 0.26
HSL 5.82º 0.55% 0.47% -
HSV(B) 5.82º 0.71% 0.74% -
XYZ 23.41 14.97 5.15 -
YUV 101.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 188 67 54 0 0.64 0.71 0.26 5.82 0.55 0.47
Hex BC 43 36 0 40 47 1A 6 37 2F
Octal 274 103 66 0 100 107 32 6 67 57
Binary 10111100 1000011 110110 0 1000000 1000111 11010 110 110111 101111

Color Harmonies of #BC4336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4336

Black with #BC4336

Text Example


Text Example

White with #BC4336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4336; }

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

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

background-color css

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

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

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

border-color css

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

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

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