#BE6A6D

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

Shades of Turkish Rose #BE6A6D

Tints of Turkish Rose #BE6A6D

Color information

#BE6A6D (or 0xBE6A6D) is unknown color: approx Turkish Rose. HEX triplet: BE, 6A and 6D. RGB value is (190,106,109). Sum of RGB (Red+Green+Blue) = 190+106+109=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A6D is #419592. Grayscale: #838383. Windows color (decimal): -4298131 or 7170750. OLE color: 7170750.

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

Color convert

RGB190106109-
CMYK00.440.430.25
HSL357.86º39.25%58.04%-
HSV(B)357.86º44.21%74.51%-
XYZ29.1522.3617.25-
YUV131.46115.33169.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=46.91%
G=26.17%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010610900.440.430.25357.8639.2558.04
HexBE6A6D02C2B19166273a
Octal27615215505453315464772
Binary1011111011010101101101010110010101111001101100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A6D; }

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

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

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

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

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

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

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

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