Html Css Color HEX #BC4937 Grenadier

📋 copy color: '#BC4937'

red 188 ◦ green 73 ◦ blue 55

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

Shades of Grenadier #BC4937

Tints of Grenadier #BC4937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 59.49%
G = 23.1%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC4937 (or 0xBC4937) is known color: Grenadier. HEX triplet: BC, 49 and 37. RGB value is (188,73,55). Sum of RGB (Red+Green+Blue) = 188+73+55=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4937 is #43B6C8. Grayscale: #696969. Windows color (decimal): -4437705 or 3623356. OLE color: 3623356.

HSL color Cylindrical-coordinate representation of color #BC4937: hue angle of 8.12º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC4937 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 55 -
CMYK 0 0.61 0.71 0.26
HSL 8.12º 0.55% 0.48% -
HSV(B) 8.12º 0.71% 0.74% -
XYZ 23.81 15.73 5.4 -
YUV 105.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 188 73 55 0 0.61 0.71 0.26 8.12 0.55 0.48
Hex BC 49 37 0 3D 47 1A 8 37 30
Octal 274 111 67 0 75 107 32 10 67 60
Binary 10111100 1001001 110111 0 111101 1000111 11010 1000 110111 110000

Color Harmonies of #BC4937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4937

Black with #BC4937

Text Example


Text Example

White with #BC4937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4937; }

 p { color: rgb(188,73,55); }

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

background-color css

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

 a { background-color: rgb(188,73,55); }

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

border-color css

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

 span { border-color: rgb(188,73,55); }

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