Html Css Color HEX #BC473B Grenadier

📋 copy color: '#BC473B'

red 188 ◦ green 71 ◦ blue 59

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

Shades of Grenadier #BC473B

Tints of Grenadier #BC473B

RGB

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

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

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

R = 59.12%
G = 22.33%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC473B (or 0xBC473B) is known color: Grenadier. HEX triplet: BC, 47 and 3B. RGB value is (188,71,59). Sum of RGB (Red+Green+Blue) = 188+71+59=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC473B is #43B8C4. Grayscale: #686868. Windows color (decimal): -4438213 or 3884988. OLE color: 3884988.

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

Color convert

RGB 188 71 59 -
CMYK 0 0.62 0.69 0.26
HSL 5.58º 0.52% 0.48% -
HSV(B) 5.58º 0.69% 0.74% -
XYZ 23.78 15.51 5.88 -
YUV 104.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 188 71 59 0 0.62 0.69 0.26 5.58 0.52 0.48
Hex BC 47 3B 0 3E 45 1A 6 34 30
Octal 274 107 73 0 76 105 32 6 64 60
Binary 10111100 1000111 111011 0 111110 1000101 11010 110 110100 110000

Color Harmonies of #BC473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC473B

Black with #BC473B

Text Example


Text Example

White with #BC473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC473B; }

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

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

background-color css

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

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

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

border-color css

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

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

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