#BE6D73

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

Shades of Turkish Rose #BE6D73

Tints of Turkish Rose #BE6D73

Color information

#BE6D73 (or 0xBE6D73) is unknown color: approx Turkish Rose. HEX triplet: BE, 6D and 73. RGB value is (190,109,115). Sum of RGB (Red+Green+Blue) = 190+109+115=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D73 is #41928C. Grayscale: #858585. Windows color (decimal): -4297357 or 7564734. OLE color: 7564734.

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

Color convert

RGB190109115-
CMYK00.430.390.25
HSL355.56º38.39%58.63%-
HSV(B)355.56º42.63%74.51%-
XYZ29.823.1219.11-
YUV133.9117.34168.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=45.89%
G=26.33%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010911500.430.390.25355.5638.3958.63
HexBE6D7302B2719164263b
Octal27615516305347315444673
Binary1011111011011011110011010101110011111001101100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D73; }

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

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

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

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

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

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

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

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