Html Css Color HEX #BC492F Grenadier

📋 copy color: '#BC492F'

red 188 ◦ green 73 ◦ blue 47

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

Shades of Grenadier #BC492F

Tints of Grenadier #BC492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 61.04%
G = 23.7%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC492F (or 0xBC492F) is known color: Grenadier. HEX triplet: BC, 49 and 2F. RGB value is (188,73,47). Sum of RGB (Red+Green+Blue) = 188+73+47=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC492F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC492F is #43B6D0. Grayscale: #686868. Windows color (decimal): -4437713 or 3099068. OLE color: 3099068.

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

Color convert

RGB 188 73 47 -
CMYK 0 0.61 0.75 0.26
HSL 11.06º 0.6% 0.46% -
HSV(B) 11.06º 0.75% 0.74% -
XYZ 23.63 15.66 4.47 -
YUV 104.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 188 73 47 0 0.61 0.75 0.26 11.06 0.6 0.46
Hex BC 49 2F 0 3D 4B 1A B 3C 2E
Octal 274 111 57 0 75 113 32 13 74 56
Binary 10111100 1001001 101111 0 111101 1001011 11010 1011 111100 101110

Color Harmonies of #BC492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC492F

Black with #BC492F

Text Example


Text Example

White with #BC492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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