#BE483D

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

Shades of Grenadier #BE483D

Tints of Grenadier #BE483D

Color information

#BE483D (or 0xBE483D) is unknown color: approx Grenadier. HEX triplet: BE, 48 and 3D. RGB value is (190,72,61). Sum of RGB (Red+Green+Blue) = 190+72+61=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE483D is #41B7C2. Grayscale: #6A6A6A. Windows color (decimal): -4306883 or 4016318. OLE color: 4016318.

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

Color convert

RGB1907261-
CMYK00.620.680.25
HSL5.12º51.39%49.22%-
HSV(B)5.12º67.89%74.51%-
XYZ24.3915.926.2-
YUV106.03102.59187.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=58.82%
G=22.29%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190726100.620.680.255.1251.3949.22
HexBE483D03E441953331
Octal276110750761043156361
Binary1011111010010001111010111110100010011001101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE483D; }

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

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

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

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

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

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

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

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