#BE6A6B

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

Shades of Turkish Rose #BE6A6B

Tints of Turkish Rose #BE6A6B

Color information

#BE6A6B (or 0xBE6A6B) is unknown color: approx Turkish Rose. HEX triplet: BE, 6A and 6B. RGB value is (190,106,107). Sum of RGB (Red+Green+Blue) = 190+106+107=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A6B is #419594. Grayscale: #838383. Windows color (decimal): -4298133 or 7039678. OLE color: 7039678.

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

Color convert

RGB190106107-
CMYK00.440.440.25
HSL359.29º39.25%58.04%-
HSV(B)359.29º44.21%74.51%-
XYZ29.0422.3216.69-
YUV131.23114.33169.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=47.15%
G=26.30%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010610700.440.440.25359.2939.2558.04
HexBE6A6B02C2C19167273a
Octal27615215305454315474772
Binary1011111011010101101011010110010110011001101100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A6B; }

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

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

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

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

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

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

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

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