#BE4935

Color #BE4935 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #BE4935

Tints of Grenadier #BE4935

Color information

#BE4935 (or 0xBE4935) is unknown color: approx 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

RGB1907353-
CMYK00.620.720.25
HSL8.76º56.38%47.65%-
HSV(B)8.76º72.11%74.51%-
XYZ24.2615.975.17-
YUV105.798.26188.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 53 (21.09% from 255) = 16.77%
R=60.13%
G=23.10%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190735300.620.720.258.7656.3847.65
HexBE493503E481993830
Octal2761116507611031117060
Binary10111110100100111010101111101001000110011001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>