Html Css Color HEX #BE4E34 Grenadier

📋 copy color: '#BE4E34'

red 190 ◦ green 78 ◦ blue 52

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

Shades of Grenadier #BE4E34

Tints of Grenadier #BE4E34

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 59.38%
G = 24.38%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE4E34 (or 0xBE4E34) is known color: Grenadier. HEX triplet: BE, 4E and 34. RGB value is (190,78,52). Sum of RGB (Red+Green+Blue) = 190+78+52=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E34 is #41B1CB. Grayscale: #6C6C6C. Windows color (decimal): -4305356 or 3428030. OLE color: 3428030.

HSL color Cylindrical-coordinate representation of color #BE4E34: hue angle of 11.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE4E34 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 78 52 -
CMYK 0 0.59 0.73 0.25
HSL 11.3º 0.57% 0.47% -
HSV(B) 11.3º 0.73% 0.75% -
XYZ 24.58 16.64 5.17 -
YUV 108.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 190 78 52 0 0.59 0.73 0.25 11.3 0.57 0.47
Hex BE 4E 34 0 3B 49 19 B 39 2F
Octal 276 116 64 0 73 111 31 13 71 57
Binary 10111110 1001110 110100 0 111011 1001001 11001 1011 111001 101111

Color Harmonies of #BE4E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4E34

Black with #BE4E34

Text Example


Text Example

White with #BE4E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4E34; }

 p { color: rgb(190,78,52); }

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

background-color css

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

 a { background-color: rgb(190,78,52); }

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

border-color css

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

 span { border-color: rgb(190,78,52); }

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