Html Css Color HEX #BE4134 Grenadier

📋 copy color: '#BE4134'

red 190 ◦ green 65 ◦ blue 52

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

Shades of Grenadier #BE4134

Tints of Grenadier #BE4134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 61.89%
G = 21.17%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE4134 (or 0xBE4134) is known color: Grenadier. HEX triplet: BE, 41 and 34. RGB value is (190,65,52). Sum of RGB (Red+Green+Blue) = 190+65+52=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4134 is #41BECB. Grayscale: #656565. Windows color (decimal): -4308684 or 3424702. OLE color: 3424702.

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

Color convert

RGB 190 65 52 -
CMYK 0 0.66 0.73 0.25
HSL 5.65º 0.57% 0.47% -
HSV(B) 5.65º 0.73% 0.75% -
XYZ 23.75 14.98 4.89 -
YUV 100.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 190 65 52 0 0.66 0.73 0.25 5.65 0.57 0.47
Hex BE 41 34 0 42 49 19 6 39 2F
Octal 276 101 64 0 102 111 31 6 71 57
Binary 10111110 1000001 110100 0 1000010 1001001 11001 110 111001 101111

Color Harmonies of #BE4134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4134

Black with #BE4134

Text Example


Text Example

White with #BE4134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4134; }

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

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

background-color css

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

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

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

border-color css

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

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

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