#BE686B

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

Shades of Turkish Rose #BE686B

Tints of Turkish Rose #BE686B

Color information

#BE686B (or 0xBE686B) is unknown color: approx Turkish Rose. HEX triplet: BE, 68 and 6B. RGB value is (190,104,107). Sum of RGB (Red+Green+Blue) = 190+104+107=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE686B is #419794. Grayscale: #828282. Windows color (decimal): -4298645 or 7039166. OLE color: 7039166.

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

Color convert

RGB190104107-
CMYK00.450.440.25
HSL357.91º39.81%57.65%-
HSV(B)357.91º45.26%74.51%-
XYZ28.8421.9116.62-
YUV130.06114.99170.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=47.38%
G=25.94%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010410700.450.440.25357.9139.8157.65
HexBE686B02D2C19166283a
Octal27615015305554315465072
Binary1011111011010001101011010110110110011001101100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE686B; }

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

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

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

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

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

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

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

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