#BE4830

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

Shades of Grenadier #BE4830

Tints of Grenadier #BE4830

Color information

#BE4830 (or 0xBE4830) is unknown color: approx Grenadier. HEX triplet: BE, 48 and 30. RGB value is (190,72,48). Sum of RGB (Red+Green+Blue) = 190+72+48=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4830 is #41B7CF. Grayscale: #686868. Windows color (decimal): -4306896 or 3164350. OLE color: 3164350.

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

Color convert

RGB1907248-
CMYK00.620.750.25
HSL10.14º59.66%46.67%-
HSV(B)10.14º74.74%74.51%-
XYZ24.0915.84.58-
YUV104.5596.09188.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=61.29%
G=23.23%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190724800.620.750.2510.1459.6646.67
HexBE483003E4B19a3c2f
Octal2761106007611331127457
Binary10111110100100011000001111101001011110011010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4830; }

 p { color: rgb(190,72,48); }

 H1.HeaderClassName
 {
   color: #BE4830;
 }
 .AnyTagClassName
 {
   color: #BE4830;
 }
</style>
background-color css

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

 a { background-color: rgb(190,72,48); }

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

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

 span { border-color: rgb(190,72,48); }

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