#BE696C

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

Shades of Turkish Rose #BE696C

Tints of Turkish Rose #BE696C

Color information

#BE696C (or 0xBE696C) is unknown color: approx Turkish Rose. HEX triplet: BE, 69 and 6C. RGB value is (190,105,108). Sum of RGB (Red+Green+Blue) = 190+105+108=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE696C is #419693. Grayscale: #828282. Windows color (decimal): -4298388 or 7104958. OLE color: 7104958.

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

Color convert

RGB190105108-
CMYK00.450.430.25
HSL357.88º39.53%57.84%-
HSV(B)357.88º44.74%74.51%-
XYZ28.9922.1316.93-
YUV130.76115.16170.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=47.15%
G=26.05%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010510800.450.430.25357.8839.5357.84
HexBE696C02D2B19166283a
Octal27615115405553315465072
Binary1011111011010011101100010110110101111001101100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE696C; }

 p { color: rgb(190,105,108); }

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

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

 a { background-color: rgb(190,105,108); }

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

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

 span { border-color: rgb(190,105,108); }

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