#BE696B

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

Shades of Turkish Rose #BE696B

Tints of Turkish Rose #BE696B

Color information

#BE696B (or 0xBE696B) is unknown color: approx Turkish Rose. HEX triplet: BE, 69 and 6B. RGB value is (190,105,107). Sum of RGB (Red+Green+Blue) = 190+105+107=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE696B is #419694. Grayscale: #828282. Windows color (decimal): -4298389 or 7039422. OLE color: 7039422.

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

Color convert

RGB190105107-
CMYK00.450.440.25
HSL358.59º39.53%57.84%-
HSV(B)358.59º44.74%74.51%-
XYZ28.9422.1116.65-
YUV130.64114.66170.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 107 (42.19% from 255) = 26.62%
R=47.26%
G=26.12%
B=26.62%

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
Decimal19010510700.450.440.25358.5939.5357.84
HexBE696B02D2C19167283a
Octal27615115305554315475072
Binary1011111011010011101011010110110110011001101100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE696B; }

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

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

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

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

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

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

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

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