#BE4247

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

Shades of Brick Red #BE4247

Tints of Brick Red #BE4247

Color information

#BE4247 (or 0xBE4247) is unknown color: approx Brick Red. HEX triplet: BE, 42 and 47. RGB value is (190,66,71). Sum of RGB (Red+Green+Blue) = 190+66+71=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4247 is #41BDB8. Grayscale: #676767. Windows color (decimal): -4308409 or 4670142. OLE color: 4670142.

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

Color convert

RGB1906671-
CMYK00.650.630.25
HSL357.58º48.82%50.2%-
HSV(B)357.58º65.26%74.51%-
XYZ24.3215.37.63-
YUV103.65109.58189.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=58.10%
G=20.18%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190667100.650.630.25357.5848.8250.2
HexBE42470413F191663132
Octal276102107010177315466162
Binary10111110100001010001110100000111111111001101100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4247; }

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

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

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

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

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

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

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

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