Html Css Color HEX #BC4938 Grenadier

📋 copy color: '#BC4938'

red 188 ◦ green 73 ◦ blue 56

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

Shades of Grenadier #BC4938

Tints of Grenadier #BC4938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 59.31%
G = 23.03%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC4938 (or 0xBC4938) is known color: Grenadier. HEX triplet: BC, 49 and 38. RGB value is (188,73,56). Sum of RGB (Red+Green+Blue) = 188+73+56=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4938 is #43B6C7. Grayscale: #696969. Windows color (decimal): -4437704 or 3688892. OLE color: 3688892.

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

Color convert

RGB 188 73 56 -
CMYK 0 0.61 0.70 0.26
HSL 7.73º 0.54% 0.48% -
HSV(B) 7.73º 0.7% 0.74% -
XYZ 23.84 15.74 5.52 -
YUV 105.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 188 73 56 0 0.61 0.70 0.26 7.73 0.54 0.48
Hex BC 49 38 0 3D 46 1A 8 36 30
Octal 274 111 70 0 75 106 32 10 66 60
Binary 10111100 1001001 111000 0 111101 1000110 11010 1000 110110 110000

Color Harmonies of #BC4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4938

Black with #BC4938

Text Example


Text Example

White with #BC4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4938; }

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

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

background-color css

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

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

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

border-color css

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

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

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