Html Css Color HEX #BE462C Grenadier

📋 copy color: '#BE462C'

red 190 ◦ green 70 ◦ blue 44

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

Shades of Grenadier #BE462C

Tints of Grenadier #BE462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.03%

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 62.5%
G = 23.03%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE462C (or 0xBE462C) is known color: Grenadier. HEX triplet: BE, 46 and 2C. RGB value is (190,70,44). Sum of RGB (Red+Green+Blue) = 190+70+44=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE462C is #41B9D3. Grayscale: #676767. Windows color (decimal): -4307412 or 2901694. OLE color: 2901694.

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

Color convert

RGB 190 70 44 -
CMYK 0 0.63 0.77 0.25
HSL 10.68º 0.62% 0.46% -
HSV(B) 10.68º 0.77% 0.75% -
XYZ 23.88 15.51 4.12 -
YUV 102.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 190 70 44 0 0.63 0.77 0.25 10.68 0.62 0.46
Hex BE 46 2C 0 3F 4D 19 B 3E 2E
Octal 276 106 54 0 77 115 31 13 76 56
Binary 10111110 1000110 101100 0 111111 1001101 11001 1011 111110 101110

Color Harmonies of #BE462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE462C

Black with #BE462C

Text Example


Text Example

White with #BE462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE462C; }

 p { color: rgb(190,70,44); }

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

background-color css

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

 a { background-color: rgb(190,70,44); }

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

border-color css

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

 span { border-color: rgb(190,70,44); }

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