#BE6D70

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

Shades of Turkish Rose #BE6D70

Tints of Turkish Rose #BE6D70

Color information

#BE6D70 (or 0xBE6D70) is unknown color: approx Turkish Rose. HEX triplet: BE, 6D and 70. RGB value is (190,109,112). Sum of RGB (Red+Green+Blue) = 190+109+112=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D70 is #41928F. Grayscale: #858585. Windows color (decimal): -4297360 or 7368126. OLE color: 7368126.

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

Color convert

RGB190109112-
CMYK00.430.410.25
HSL357.78º38.39%58.63%-
HSV(B)357.78º42.63%74.51%-
XYZ29.6323.0518.22-
YUV133.56115.84168.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=46.23%
G=26.52%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010911200.430.410.25357.7838.3958.63
HexBE6D7002B2919166263b
Octal27615516005351315464673
Binary1011111011011011110000010101110100111001101100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D70; }

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

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

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

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

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

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

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

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