Html Css Color HEX #BC4C31 Grenadier

📋 copy color: '#BC4C31'

red 188 ◦ green 76 ◦ blue 49

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

Shades of Grenadier #BC4C31

Tints of Grenadier #BC4C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 60.06%
G = 24.28%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC4C31 (or 0xBC4C31) is known color: Grenadier. HEX triplet: BC, 4C and 31. RGB value is (188,76,49). Sum of RGB (Red+Green+Blue) = 188+76+49=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C31 is #43B3CE. Grayscale: #6A6A6A. Windows color (decimal): -4436943 or 3230908. OLE color: 3230908.

HSL color Cylindrical-coordinate representation of color #BC4C31: hue angle of 11.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC4C31 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 76 49 -
CMYK 0 0.60 0.74 0.26
HSL 11.65º 0.59% 0.46% -
HSV(B) 11.65º 0.74% 0.74% -
XYZ 23.88 16.08 4.75 -
YUV 106.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 188 76 49 0 0.60 0.74 0.26 11.65 0.59 0.46
Hex BC 4C 31 0 3C 4A 1A C 3B 2E
Octal 274 114 61 0 74 112 32 14 73 56
Binary 10111100 1001100 110001 0 111100 1001010 11010 1100 111011 101110

Color Harmonies of #BC4C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C31

Black with #BC4C31

Text Example


Text Example

White with #BC4C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C31; }

 p { color: rgb(188,76,49); }

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

background-color css

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

 a { background-color: rgb(188,76,49); }

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

border-color css

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

 span { border-color: rgb(188,76,49); }

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