#BE6771

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

Shades of Turkish Rose #BE6771

Tints of Turkish Rose #BE6771

Color information

#BE6771 (or 0xBE6771) is unknown color: approx Turkish Rose. HEX triplet: BE, 67 and 71. RGB value is (190,103,113). Sum of RGB (Red+Green+Blue) = 190+103+113=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6771 is #41988E. Grayscale: #828282. Windows color (decimal): -4298895 or 7432126. OLE color: 7432126.

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

Color convert

RGB190103113-
CMYK00.460.410.25
HSL353.1º40.09%57.45%-
HSV(B)353.1º45.79%74.51%-
XYZ29.0721.8418.31-
YUV130.15118.32170.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=46.80%
G=25.37%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010311300.460.410.25353.140.0957.45
HexBE677102E29191612839
Octal27614716105651315415071
Binary1011111011001111110001010111010100111001101100001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6771; }

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

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

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

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

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

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

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

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