#BE6A6F

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

Shades of Turkish Rose #BE6A6F

Tints of Turkish Rose #BE6A6F

Color information

#BE6A6F (or 0xBE6A6F) is unknown color: approx Turkish Rose. HEX triplet: BE, 6A and 6F. RGB value is (190,106,111). Sum of RGB (Red+Green+Blue) = 190+106+111=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A6F is #419590. Grayscale: #838383. Windows color (decimal): -4298129 or 7301822. OLE color: 7301822.

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

Color convert

RGB190106111-
CMYK00.440.420.25
HSL356.43º39.25%58.04%-
HSV(B)356.43º44.21%74.51%-
XYZ29.2622.417.82-
YUV131.69116.33169.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=46.68%
G=26.04%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010611100.440.420.25356.4339.2558.04
HexBE6A6F02C2A19164273a
Octal27615215705452315444772
Binary1011111011010101101111010110010101011001101100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A6F; }

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

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

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

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

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

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

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

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