#BE696A

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

Shades of Turkish Rose #BE696A

Tints of Turkish Rose #BE696A

Color information

#BE696A (or 0xBE696A) is unknown color: approx Turkish Rose. HEX triplet: BE, 69 and 6A. RGB value is (190,105,106). Sum of RGB (Red+Green+Blue) = 190+105+106=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE696A is #419695. Grayscale: #828282. Windows color (decimal): -4298390 or 6973886. OLE color: 6973886.

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

Color convert

RGB190105106-
CMYK00.450.440.25
HSL359.29º39.53%57.84%-
HSV(B)359.29º44.74%74.51%-
XYZ28.8922.0916.38-
YUV130.53114.16170.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=47.38%
G=26.18%
B=26.43%

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
Decimal19010510600.450.440.25359.2939.5357.84
HexBE696A02D2C19167283a
Octal27615115205554315475072
Binary1011111011010011101010010110110110011001101100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE696A; }

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

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

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

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

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

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

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

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