Html Css Color HEX #BE472D Grenadier

📋 copy color: '#BE472D'

red 190 ◦ green 71 ◦ blue 45

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

Shades of Grenadier #BE472D

Tints of Grenadier #BE472D

RGB

 RED value IS 190 (74.61% from 255) = 62.09%

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

 BLUE value IS 45 (17.97% from 255) = 14.71%

R = 62.09%
G = 23.2%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE472D (or 0xBE472D) is known color: Grenadier. HEX triplet: BE, 47 and 2D. RGB value is (190,71,45). Sum of RGB (Red+Green+Blue) = 190+71+45=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE472D is #41B8D2. Grayscale: #676767. Windows color (decimal): -4307155 or 2967486. OLE color: 2967486.

HSL color Cylindrical-coordinate representation of color #BE472D: hue angle of 10.76º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE472D is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 71 45 -
CMYK 0 0.63 0.76 0.25
HSL 10.76º 0.62% 0.46% -
HSV(B) 10.76º 0.76% 0.75% -
XYZ 23.96 15.64 4.24 -
YUV 103.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 190 71 45 0 0.63 0.76 0.25 10.76 0.62 0.46
Hex BE 47 2D 0 3F 4C 19 B 3E 2E
Octal 276 107 55 0 77 114 31 13 76 56
Binary 10111110 1000111 101101 0 111111 1001100 11001 1011 111110 101110

Color Harmonies of #BE472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE472D

Black with #BE472D

Text Example


Text Example

White with #BE472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE472D; }

 p { color: rgb(190,71,45); }

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

background-color css

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

 a { background-color: rgb(190,71,45); }

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

border-color css

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

 span { border-color: rgb(190,71,45); }

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