#BE4047

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

Shades of Brick Red #BE4047

Tints of Brick Red #BE4047

Color information

#BE4047 (or 0xBE4047) is unknown color: approx Brick Red. HEX triplet: BE, 40 and 47. RGB value is (190,64,71). Sum of RGB (Red+Green+Blue) = 190+64+71=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4047 is #41BFB8. Grayscale: #666666. Windows color (decimal): -4308921 or 4669630. OLE color: 4669630.

HSL color Cylindrical-coordinate representation of color #BE4047: hue angle of 356.67º 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 #BE4047 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1906471-
CMYK00.660.630.25
HSL356.67º49.61%49.8%-
HSV(B)356.67º66.32%74.51%-
XYZ24.2115.077.59-
YUV102.47110.24190.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.46%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=58.46%
G=19.69%
B=21.85%

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
Decimal190647100.660.630.25356.6749.6149.8
HexBE40470423F191653232
Octal276100107010277315456262
Binary10111110100000010001110100001011111111001101100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4047; }

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

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

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

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

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

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

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

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