#BE4349

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

Shades of Old Rose #BE4349

Tints of Old Rose #BE4349

Color information

#BE4349 (or 0xBE4349) is unknown color: approx Old Rose. HEX triplet: BE, 43 and 49. RGB value is (190,67,73). Sum of RGB (Red+Green+Blue) = 190+67+73=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4349 is #41BCB6. Grayscale: #686868. Windows color (decimal): -4308151 or 4801470. OLE color: 4801470.

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

Color convert

RGB1906773-
CMYK00.650.620.25
HSL357.07º48.62%50.39%-
HSV(B)357.07º64.74%74.51%-
XYZ24.4415.448-
YUV104.46110.25189.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.58%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=57.58%
G=20.30%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190677300.650.620.25357.0748.6250.39
HexBE43490413E191653132
Octal276103111010176315456162
Binary10111110100001110010010100000111111011001101100101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4349; }

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

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

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

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

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

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

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

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