Html Css Color HEX #BE442C Grenadier

📋 copy color: '#BE442C'

red 190 ◦ green 68 ◦ blue 44

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

Shades of Grenadier #BE442C

Tints of Grenadier #BE442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

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

R = 62.91%
G = 22.52%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE442C (or 0xBE442C) is known color: Grenadier. HEX triplet: BE, 44 and 2C. RGB value is (190,68,44). Sum of RGB (Red+Green+Blue) = 190+68+44=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE442C is #41BBD3. Grayscale: #656565. Windows color (decimal): -4307924 or 2901182. OLE color: 2901182.

HSL color Cylindrical-coordinate representation of color #BE442C: hue angle of 9.86º 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 #BE442C is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 44 -
CMYK 0 0.64 0.77 0.25
HSL 9.86º 0.62% 0.46% -
HSV(B) 9.86º 0.77% 0.75% -
XYZ 23.76 15.26 4.08 -
YUV 101.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 190 68 44 0 0.64 0.77 0.25 9.86 0.62 0.46
Hex BE 44 2C 0 40 4D 19 A 3E 2E
Octal 276 104 54 0 100 115 31 12 76 56
Binary 10111110 1000100 101100 0 1000000 1001101 11001 1010 111110 101110

Color Harmonies of #BE442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE442C

Black with #BE442C

Text Example


Text Example

White with #BE442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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