#BE6A74

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

Shades of Turkish Rose #BE6A74

Tints of Turkish Rose #BE6A74

Color information

#BE6A74 (or 0xBE6A74) is unknown color: approx Turkish Rose. HEX triplet: BE, 6A and 74. RGB value is (190,106,116). Sum of RGB (Red+Green+Blue) = 190+106+116=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A74 is #41958B. Grayscale: #848484. Windows color (decimal): -4298124 or 7629502. OLE color: 7629502.

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

Color convert

RGB190106116-
CMYK00.440.390.25
HSL352.86º39.25%58.04%-
HSV(B)352.86º44.21%74.51%-
XYZ29.5422.5219.31-
YUV132.26118.83169.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=46.12%
G=25.73%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010611600.440.390.25352.8639.2558.04
HexBE6A7402C2719161273a
Octal27615216405447315414772
Binary1011111011010101110100010110010011111001101100001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A74; }

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

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

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

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

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

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

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

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