Html Css Color HEX #BE4E32 Grenadier

📋 copy color: '#BE4E32'

red 190 ◦ green 78 ◦ blue 50

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

Shades of Grenadier #BE4E32

Tints of Grenadier #BE4E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 59.75%
G = 24.53%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE4E32 (or 0xBE4E32) is known color: Grenadier. HEX triplet: BE, 4E and 32. RGB value is (190,78,50). Sum of RGB (Red+Green+Blue) = 190+78+50=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E32 is #41B1CD. Grayscale: #6C6C6C. Windows color (decimal): -4305358 or 3296958. OLE color: 3296958.

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

Color convert

RGB 190 78 50 -
CMYK 0 0.59 0.74 0.25
HSL 12º 0.58% 0.47% -
HSV(B) 12º 0.74% 0.75% -
XYZ 24.54 16.63 4.93 -
YUV 108.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 190 78 50 0 0.59 0.74 0.25 12 0.58 0.47
Hex BE 4E 32 0 3B 4A 19 C 3A 2F
Octal 276 116 62 0 73 112 31 14 72 57
Binary 10111110 1001110 110010 0 111011 1001010 11001 1100 111010 101111

Color Harmonies of #BE4E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4E32

Black with #BE4E32

Text Example


Text Example

White with #BE4E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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