Html Css Color HEX #BC472F Grenadier

📋 copy color: '#BC472F'

red 188 ◦ green 71 ◦ blue 47

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

Shades of Grenadier #BC472F

Tints of Grenadier #BC472F

RGB

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

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

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

R = 61.44%
G = 23.2%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC472F (or 0xBC472F) is known color: Grenadier. HEX triplet: BC, 47 and 2F. RGB value is (188,71,47). Sum of RGB (Red+Green+Blue) = 188+71+47=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC472F is #43B8D0. Grayscale: #676767. Windows color (decimal): -4438225 or 3098556. OLE color: 3098556.

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

Color convert

RGB 188 71 47 -
CMYK 0 0.62 0.75 0.26
HSL 10.21º 0.6% 0.46% -
HSV(B) 10.21º 0.75% 0.74% -
XYZ 23.51 15.4 4.42 -
YUV 103.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 188 71 47 0 0.62 0.75 0.26 10.21 0.6 0.46
Hex BC 47 2F 0 3E 4B 1A A 3C 2E
Octal 274 107 57 0 76 113 32 12 74 56
Binary 10111100 1000111 101111 0 111110 1001011 11010 1010 111100 101110

Color Harmonies of #BC472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC472F

Black with #BC472F

Text Example


Text Example

White with #BC472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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