#BE6E72

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

Shades of Turkish Rose #BE6E72

Tints of Turkish Rose #BE6E72

Color information

#BE6E72 (or 0xBE6E72) is unknown color: approx Turkish Rose. HEX triplet: BE, 6E and 72. RGB value is (190,110,114). Sum of RGB (Red+Green+Blue) = 190+110+114=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E72 is #41918D. Grayscale: #868686. Windows color (decimal): -4297102 or 7499454. OLE color: 7499454.

HSL color Cylindrical-coordinate representation of color #BE6E72: hue angle of 357º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6E72 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190110114-
CMYK00.420.400.25
HSL357º38.1%58.82%-
HSV(B)357º42.11%74.51%-
XYZ29.8523.3118.85-
YUV134.38116.5167.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=45.89%
G=26.57%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011011400.420.400.2535738.158.82
HexBE6E7202A2819165263b
Octal27615616205250315454673
Binary1011111011011101110010010101010100011001101100101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E72; }

 p { color: rgb(190,110,114); }

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

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

 a { background-color: rgb(190,110,114); }

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

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

 span { border-color: rgb(190,110,114); }

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