#BE6870

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

Shades of Turkish Rose #BE6870

Tints of Turkish Rose #BE6870

Color information

#BE6870 (or 0xBE6870) is unknown color: approx Turkish Rose. HEX triplet: BE, 68 and 70. RGB value is (190,104,112). Sum of RGB (Red+Green+Blue) = 190+104+112=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6870 is #41978F. Grayscale: #828282. Windows color (decimal): -4298640 or 7366846. OLE color: 7366846.

HSL color Cylindrical-coordinate representation of color #BE6870: hue angle of 354.42º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6870 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190104112-
CMYK00.450.410.25
HSL354.42º39.81%57.65%-
HSV(B)354.42º45.26%74.51%-
XYZ29.1122.0218.04-
YUV130.63117.49170.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=46.80%
G=25.62%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010411200.450.410.25354.4239.8157.65
HexBE687002D2919162283a
Octal27615016005551315425072
Binary1011111011010001110000010110110100111001101100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6870; }

 p { color: rgb(190,104,112); }

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

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

 a { background-color: rgb(190,104,112); }

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

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

 span { border-color: rgb(190,104,112); }

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