Html Css Color HEX #BC493D Grenadier

📋 copy color: '#BC493D'

red 188 ◦ green 73 ◦ blue 61

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

Shades of Grenadier #BC493D

Tints of Grenadier #BC493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 58.39%
G = 22.67%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC493D (or 0xBC493D) is known color: Grenadier. HEX triplet: BC, 49 and 3D. RGB value is (188,73,61). Sum of RGB (Red+Green+Blue) = 188+73+61=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC493D is #43B6C2. Grayscale: #6A6A6A. Windows color (decimal): -4437699 or 4016572. OLE color: 4016572.

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

Color convert

RGB 188 73 61 -
CMYK 0 0.61 0.68 0.26
HSL 5.67º 0.51% 0.49% -
HSV(B) 5.67º 0.68% 0.74% -
XYZ 23.96 15.79 6.2 -
YUV 106.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 188 73 61 0 0.61 0.68 0.26 5.67 0.51 0.49
Hex BC 49 3D 0 3D 44 1A 6 33 31
Octal 274 111 75 0 75 104 32 6 63 61
Binary 10111100 1001001 111101 0 111101 1000100 11010 110 110011 110001

Color Harmonies of #BC493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC493D

Black with #BC493D

Text Example


Text Example

White with #BC493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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