#BE6973

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

Shades of Turkish Rose #BE6973

Tints of Turkish Rose #BE6973

Color information

#BE6973 (or 0xBE6973) is unknown color: approx Turkish Rose. HEX triplet: BE, 69 and 73. RGB value is (190,105,115). Sum of RGB (Red+Green+Blue) = 190+105+115=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6973 is #41968C. Grayscale: #838383. Windows color (decimal): -4298381 or 7563710. OLE color: 7563710.

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

Color convert

RGB190105115-
CMYK00.450.390.25
HSL352.94º39.53%57.84%-
HSV(B)352.94º44.74%74.51%-
XYZ29.3822.2918.97-
YUV131.56118.66169.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=46.34%
G=25.61%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010511500.450.390.25352.9439.5357.84
HexBE697302D2719161283a
Octal27615116305547315415072
Binary1011111011010011110011010110110011111001101100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6973; }

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

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

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

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

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

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

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

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