#BE4046

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

Shades of Brick Red #BE4046

Tints of Brick Red #BE4046

Color information

#BE4046 (or 0xBE4046) is unknown color: approx Brick Red. HEX triplet: BE, 40 and 46. RGB value is (190,64,70). Sum of RGB (Red+Green+Blue) = 190+64+70=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4046 is #41BFB9. Grayscale: #666666. Windows color (decimal): -4308922 or 4604094. OLE color: 4604094.

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

Color convert

RGB1906470-
CMYK00.660.630.25
HSL357.14º49.61%49.8%-
HSV(B)357.14º66.32%74.51%-
XYZ24.1715.067.43-
YUV102.36109.74190.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=58.64%
G=19.75%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190647000.660.630.25357.1449.6149.8
HexBE40460423F191653232
Octal276100106010277315456262
Binary10111110100000010001100100001011111111001101100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4046; }

 p { color: rgb(190,64,70); }

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

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

 a { background-color: rgb(190,64,70); }

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

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

 span { border-color: rgb(190,64,70); }

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