Html Css Color HEX #BE4934 Grenadier

📋 copy color: '#BE4934'

red 190 ◦ green 73 ◦ blue 52

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

Shades of Grenadier #BE4934

Tints of Grenadier #BE4934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.17%

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

R = 60.32%
G = 23.17%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE4934 (or 0xBE4934) is known color: Grenadier. HEX triplet: BE, 49 and 34. RGB value is (190,73,52). Sum of RGB (Red+Green+Blue) = 190+73+52=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4934 is #41B6CB. Grayscale: #696969. Windows color (decimal): -4306636 or 3426750. OLE color: 3426750.

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

Color convert

RGB 190 73 52 -
CMYK 0 0.62 0.73 0.25
HSL 9.13º 0.57% 0.47% -
HSV(B) 9.13º 0.73% 0.75% -
XYZ 24.24 15.96 5.05 -
YUV 105.59 97.76 188.21 -
System Red Green Blue C M Y K H S L
Decimal 190 73 52 0 0.62 0.73 0.25 9.13 0.57 0.47
Hex BE 49 34 0 3E 49 19 9 39 2F
Octal 276 111 64 0 76 111 31 11 71 57
Binary 10111110 1001001 110100 0 111110 1001001 11001 1001 111001 101111

Color Harmonies of #BE4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4934

Black with #BE4934

Text Example


Text Example

White with #BE4934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4934; }

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

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

background-color css

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

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

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

border-color css

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

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

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