Html Css Color HEX #BC4736 Grenadier

📋 copy color: '#BC4736'

red 188 ◦ green 71 ◦ blue 54

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

Shades of Grenadier #BC4736

Tints of Grenadier #BC4736

RGB

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

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

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

R = 60.06%
G = 22.68%
B = 17.25%

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

#BC4736 (or 0xBC4736) is known color: Grenadier. HEX triplet: BC, 47 and 36. RGB value is (188,71,54). Sum of RGB (Red+Green+Blue) = 188+71+54=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4736 is #43B8C9. Grayscale: #686868. Windows color (decimal): -4438218 or 3557308. OLE color: 3557308.

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

Color convert

RGB 188 71 54 -
CMYK 0 0.62 0.71 0.26
HSL 7.61º 0.55% 0.47% -
HSV(B) 7.61º 0.71% 0.74% -
XYZ 23.66 15.46 5.23 -
YUV 104.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 188 71 54 0 0.62 0.71 0.26 7.61 0.55 0.47
Hex BC 47 36 0 3E 47 1A 8 37 2F
Octal 274 107 66 0 76 107 32 10 67 57
Binary 10111100 1000111 110110 0 111110 1000111 11010 1000 110111 101111

Color Harmonies of #BC4736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4736

Black with #BC4736

Text Example


Text Example

White with #BC4736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4736; }

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

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

background-color css

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

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

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

border-color css

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

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

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