#BE6869

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

Shades of Turkish Rose #BE6869

Tints of Turkish Rose #BE6869

Color information

#BE6869 (or 0xBE6869) is unknown color: approx Turkish Rose. HEX triplet: BE, 68 and 69. RGB value is (190,104,105). Sum of RGB (Red+Green+Blue) = 190+104+105=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6869 is #419796. Grayscale: #818181. Windows color (decimal): -4298647 or 6908094. OLE color: 6908094.

HSL color Cylindrical-coordinate representation of color #BE6869: hue angle of 359.3º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6869 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB190104105-
CMYK00.450.450.25
HSL359.3º39.81%57.65%-
HSV(B)359.3º45.26%74.51%-
XYZ28.7421.8716.07-
YUV129.83113.99170.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=47.62%
G=26.07%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010410500.450.450.25359.339.8157.65
HexBE686902D2D19167283a
Octal27615015105555315475072
Binary1011111011010001101001010110110110111001101100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6869; }

 p { color: rgb(190,104,105); }

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

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

 a { background-color: rgb(190,104,105); }

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

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

 span { border-color: rgb(190,104,105); }

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