Html Css Color HEX #BC493B Grenadier

📋 copy color: '#BC493B'

red 188 ◦ green 73 ◦ blue 59

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

Shades of Grenadier #BC493B

Tints of Grenadier #BC493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 58.75%
G = 22.81%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC493B (or 0xBC493B) is known color: Grenadier. HEX triplet: BC, 49 and 3B. RGB value is (188,73,59). Sum of RGB (Red+Green+Blue) = 188+73+59=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC493B is #43B6C4. Grayscale: #696969. Windows color (decimal): -4437701 or 3885500. OLE color: 3885500.

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

Color convert

RGB 188 73 59 -
CMYK 0 0.61 0.69 0.26
HSL 6.51º 0.52% 0.48% -
HSV(B) 6.51º 0.69% 0.74% -
XYZ 23.91 15.77 5.92 -
YUV 105.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 188 73 59 0 0.61 0.69 0.26 6.51 0.52 0.48
Hex BC 49 3B 0 3D 45 1A 7 34 30
Octal 274 111 73 0 75 105 32 7 64 60
Binary 10111100 1001001 111011 0 111101 1000101 11010 111 110100 110000

Color Harmonies of #BC493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC493B

Black with #BC493B

Text Example


Text Example

White with #BC493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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