#BE696F

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

Shades of Turkish Rose #BE696F

Tints of Turkish Rose #BE696F

Color information

#BE696F (or 0xBE696F) is unknown color: approx Turkish Rose. HEX triplet: BE, 69 and 6F. RGB value is (190,105,111). Sum of RGB (Red+Green+Blue) = 190+105+111=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE696F is #419690. Grayscale: #838383. Windows color (decimal): -4298385 or 7301566. OLE color: 7301566.

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

Color convert

RGB190105111-
CMYK00.450.420.25
HSL355.76º39.53%57.84%-
HSV(B)355.76º44.74%74.51%-
XYZ29.1622.217.79-
YUV131.1116.66170.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=46.80%
G=25.86%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010511100.450.420.25355.7639.5357.84
HexBE696F02D2A19164283a
Octal27615115705552315445072
Binary1011111011010011101111010110110101011001101100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE696F; }

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

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

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

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

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

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

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

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