Html Css Color HEX #BE4232 Grenadier

📋 copy color: '#BE4232'

red 190 ◦ green 66 ◦ blue 50

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

Shades of Grenadier #BE4232

Tints of Grenadier #BE4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 62.09%
G = 21.57%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE4232 (or 0xBE4232) is known color: Grenadier. HEX triplet: BE, 42 and 32. RGB value is (190,66,50). Sum of RGB (Red+Green+Blue) = 190+66+50=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4232 is #41BDCD. Grayscale: #656565. Windows color (decimal): -4308430 or 3293886. OLE color: 3293886.

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

Color convert

RGB 190 66 50 -
CMYK 0 0.65 0.74 0.25
HSL 6.86º 0.58% 0.47% -
HSV(B) 6.86º 0.74% 0.75% -
XYZ 23.76 15.07 4.67 -
YUV 101.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 190 66 50 0 0.65 0.74 0.25 6.86 0.58 0.47
Hex BE 42 32 0 41 4A 19 7 3A 2F
Octal 276 102 62 0 101 112 31 7 72 57
Binary 10111110 1000010 110010 0 1000001 1001010 11001 111 111010 101111

Color Harmonies of #BE4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4232

Black with #BE4232

Text Example


Text Example

White with #BE4232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4232; }

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

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

background-color css

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

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

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

border-color css

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

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

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