Html Css Color HEX #BE4935 Grenadier

📋 copy color: '#BE4935'

red 190 ◦ green 73 ◦ blue 53

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

Shades of Grenadier #BE4935

Tints of Grenadier #BE4935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 60.13%
G = 23.1%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE4935 (or 0xBE4935) is known color: Grenadier. HEX triplet: BE, 49 and 35. RGB value is (190,73,53). Sum of RGB (Red+Green+Blue) = 190+73+53=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4935 is #41B6CA. Grayscale: #696969. Windows color (decimal): -4306635 or 3492286. OLE color: 3492286.

HSL color Cylindrical-coordinate representation of color #BE4935: hue angle of 8.76º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE4935 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 73 53 -
CMYK 0 0.62 0.72 0.25
HSL 8.76º 0.56% 0.48% -
HSV(B) 8.76º 0.72% 0.75% -
XYZ 24.26 15.97 5.17 -
YUV 105.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 190 73 53 0 0.62 0.72 0.25 8.76 0.56 0.48
Hex BE 49 35 0 3E 48 19 9 38 30
Octal 276 111 65 0 76 110 31 11 70 60
Binary 10111110 1001001 110101 0 111110 1001000 11001 1001 111000 110000

Color Harmonies of #BE4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4935

Black with #BE4935

Text Example


Text Example

White with #BE4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4935; }

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

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

background-color css

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

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

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

border-color css

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

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

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