Html Css Color HEX #BC4F37 Grenadier

📋 copy color: '#BC4F37'

red 188 ◦ green 79 ◦ blue 55

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

Shades of Grenadier #BC4F37

Tints of Grenadier #BC4F37

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.53%

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

R = 58.39%
G = 24.53%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC4F37 (or 0xBC4F37) is known color: Grenadier. HEX triplet: BC, 4F and 37. RGB value is (188,79,55). Sum of RGB (Red+Green+Blue) = 188+79+55=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F37 is #43B0C8. Grayscale: #6D6D6D. Windows color (decimal): -4436169 or 3624892. OLE color: 3624892.

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

Color convert

RGB 188 79 55 -
CMYK 0 0.58 0.71 0.26
HSL 10.83º 0.55% 0.48% -
HSV(B) 10.83º 0.71% 0.74% -
XYZ 24.22 16.56 5.53 -
YUV 108.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 188 79 55 0 0.58 0.71 0.26 10.83 0.55 0.48
Hex BC 4F 37 0 3A 47 1A B 37 30
Octal 274 117 67 0 72 107 32 13 67 60
Binary 10111100 1001111 110111 0 111010 1000111 11010 1011 110111 110000

Color Harmonies of #BC4F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F37

Black with #BC4F37

Text Example


Text Example

White with #BC4F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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