#BE6971

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

Shades of Turkish Rose #BE6971

Tints of Turkish Rose #BE6971

Color information

#BE6971 (or 0xBE6971) is unknown color: approx Turkish Rose. HEX triplet: BE, 69 and 71. RGB value is (190,105,113). Sum of RGB (Red+Green+Blue) = 190+105+113=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6971 is #41968E. Grayscale: #838383. Windows color (decimal): -4298383 or 7432638. OLE color: 7432638.

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

Color convert

RGB190105113-
CMYK00.450.410.25
HSL354.35º39.53%57.84%-
HSV(B)354.35º44.74%74.51%-
XYZ29.2722.2418.37-
YUV131.33117.66169.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=46.57%
G=25.74%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010511300.450.410.25354.3539.5357.84
HexBE697102D2919162283a
Octal27615116105551315425072
Binary1011111011010011110001010110110100111001101100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6971; }

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

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

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

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

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

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

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

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