#BE6A71

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

Shades of Turkish Rose #BE6A71

Tints of Turkish Rose #BE6A71

Color information

#BE6A71 (or 0xBE6A71) is unknown color: approx Turkish Rose. HEX triplet: BE, 6A and 71. RGB value is (190,106,113). Sum of RGB (Red+Green+Blue) = 190+106+113=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A71 is #41958E. Grayscale: #838383. Windows color (decimal): -4298127 or 7432894. OLE color: 7432894.

HSL color Cylindrical-coordinate representation of color #BE6A71: hue angle of 355º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6A71 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190106113-
CMYK00.440.410.25
HSL355º39.25%58.04%-
HSV(B)355º44.21%74.51%-
XYZ29.3722.4518.41-
YUV131.91117.33169.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=46.45%
G=25.92%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010611300.440.410.2535539.2558.04
HexBE6A7102C2919163273a
Octal27615216105451315434772
Binary1011111011010101110001010110010100111001101100011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A71; }

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

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

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

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

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

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

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

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