Html Css Color HEX #BC4C3C Grenadier

📋 copy color: '#BC4C3C'

red 188 ◦ green 76 ◦ blue 60

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

Shades of Grenadier #BC4C3C

Tints of Grenadier #BC4C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 58.02%
G = 23.46%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC4C3C (or 0xBC4C3C) is known color: Grenadier. HEX triplet: BC, 4C and 3C. RGB value is (188,76,60). Sum of RGB (Red+Green+Blue) = 188+76+60=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C3C is #43B3C3. Grayscale: #6B6B6B. Windows color (decimal): -4436932 or 3951804. OLE color: 3951804.

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

Color convert

RGB 188 76 60 -
CMYK 0 0.60 0.68 0.26
HSL 7.5º 0.52% 0.49% -
HSV(B) 7.5º 0.68% 0.74% -
XYZ 24.14 16.19 6.13 -
YUV 107.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 188 76 60 0 0.60 0.68 0.26 7.5 0.52 0.49
Hex BC 4C 3C 0 3C 44 1A 8 34 31
Octal 274 114 74 0 74 104 32 10 64 61
Binary 10111100 1001100 111100 0 111100 1000100 11010 1000 110100 110001

Color Harmonies of #BC4C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C3C

Black with #BC4C3C

Text Example


Text Example

White with #BC4C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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