#BE4347

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

Shades of Brick Red #BE4347

Tints of Brick Red #BE4347

Color information

#BE4347 (or 0xBE4347) is unknown color: approx Brick Red. HEX triplet: BE, 43 and 47. RGB value is (190,67,71). Sum of RGB (Red+Green+Blue) = 190+67+71=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4347 is #41BCB8. Grayscale: #686868. Windows color (decimal): -4308153 or 4670398. OLE color: 4670398.

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

Color convert

RGB1906771-
CMYK00.650.630.25
HSL358.05º48.62%50.39%-
HSV(B)358.05º64.74%74.51%-
XYZ24.3815.427.65-
YUV104.23109.25189.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.93%
GREEN value IS 67 (26.56% from 255) = 20.43%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=57.93%
G=20.43%
B=21.65%

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
Decimal190677100.650.630.25358.0548.6250.39
HexBE43470413F191663132
Octal276103107010177315466162
Binary10111110100001110001110100000111111111001101100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4347; }

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

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

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

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

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

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

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

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