Html Css Color HEX #BC473D Grenadier

📋 copy color: '#BC473D'

red 188 ◦ green 71 ◦ blue 61

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

Shades of Grenadier #BC473D

Tints of Grenadier #BC473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

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

R = 58.75%
G = 22.19%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC473D (or 0xBC473D) is known color: Grenadier. HEX triplet: BC, 47 and 3D. RGB value is (188,71,61). Sum of RGB (Red+Green+Blue) = 188+71+61=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC473D is #43B8C2. Grayscale: #686868. Windows color (decimal): -4438211 or 4016060. OLE color: 4016060.

HSL color Cylindrical-coordinate representation of color #BC473D: hue angle of 4.72º 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 #BC473D is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 61 -
CMYK 0 0.62 0.68 0.26
HSL 4.72º 0.51% 0.49% -
HSV(B) 4.72º 0.68% 0.74% -
XYZ 23.83 15.53 6.16 -
YUV 104.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 188 71 61 0 0.62 0.68 0.26 4.72 0.51 0.49
Hex BC 47 3D 0 3E 44 1A 5 33 31
Octal 274 107 75 0 76 104 32 5 63 61
Binary 10111100 1000111 111101 0 111110 1000100 11010 101 110011 110001

Color Harmonies of #BC473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC473D

Black with #BC473D

Text Example


Text Example

White with #BC473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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