Html Css Color HEX #BC4931 Grenadier

📋 copy color: '#BC4931'

red 188 ◦ green 73 ◦ blue 49

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

Shades of Grenadier #BC4931

Tints of Grenadier #BC4931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 60.65%
G = 23.55%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC4931 (or 0xBC4931) is known color: Grenadier. HEX triplet: BC, 49 and 31. RGB value is (188,73,49). Sum of RGB (Red+Green+Blue) = 188+73+49=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4931 is #43B6CE. Grayscale: #686868. Windows color (decimal): -4437711 or 3230140. OLE color: 3230140.

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

Color convert

RGB 188 73 49 -
CMYK 0 0.61 0.74 0.26
HSL 10.36º 0.59% 0.46% -
HSV(B) 10.36º 0.74% 0.74% -
XYZ 23.68 15.68 4.68 -
YUV 104.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 188 73 49 0 0.61 0.74 0.26 10.36 0.59 0.46
Hex BC 49 31 0 3D 4A 1A A 3B 2E
Octal 274 111 61 0 75 112 32 12 73 56
Binary 10111100 1001001 110001 0 111101 1001010 11010 1010 111011 101110

Color Harmonies of #BC4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4931

Black with #BC4931

Text Example


Text Example

White with #BC4931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4931; }

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

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

background-color css

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

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

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

border-color css

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

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

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