Html Css Color HEX #BC4D3C Grenadier

📋 copy color: '#BC4D3C'

red 188 ◦ green 77 ◦ blue 60

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

Shades of Grenadier #BC4D3C

Tints of Grenadier #BC4D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.69%

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

R = 57.85%
G = 23.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC4D3C (or 0xBC4D3C) is known color: Grenadier. HEX triplet: BC, 4D and 3C. RGB value is (188,77,60). Sum of RGB (Red+Green+Blue) = 188+77+60=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D3C is #43B2C3. Grayscale: #6C6C6C. Windows color (decimal): -4436676 or 3952060. OLE color: 3952060.

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

Color convert

RGB 188 77 60 -
CMYK 0 0.59 0.68 0.26
HSL 7.97º 0.52% 0.49% -
HSV(B) 7.97º 0.68% 0.74% -
XYZ 24.21 16.33 6.15 -
YUV 108.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 188 77 60 0 0.59 0.68 0.26 7.97 0.52 0.49
Hex BC 4D 3C 0 3B 44 1A 8 34 31
Octal 274 115 74 0 73 104 32 10 64 61
Binary 10111100 1001101 111100 0 111011 1000100 11010 1000 110100 110001

Color Harmonies of #BC4D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D3C

Black with #BC4D3C

Text Example


Text Example

White with #BC4D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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