#BE6F72

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

Shades of Turkish Rose #BE6F72

Tints of Turkish Rose #BE6F72

Color information

#BE6F72 (or 0xBE6F72) is unknown color: approx Turkish Rose. HEX triplet: BE, 6F and 72. RGB value is (190,111,114). Sum of RGB (Red+Green+Blue) = 190+111+114=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F72 is #41908D. Grayscale: #878787. Windows color (decimal): -4296846 or 7499710. OLE color: 7499710.

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

Color convert

RGB190111114-
CMYK00.420.400.25
HSL357.72º37.8%59.02%-
HSV(B)357.72º41.58%74.51%-
XYZ29.9623.5318.88-
YUV134.96116.17167.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=45.78%
G=26.75%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011111400.420.400.25357.7237.859.02
HexBE6F7202A2819166263b
Octal27615716205250315464673
Binary1011111011011111110010010101010100011001101100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F72; }

 p { color: rgb(190,111,114); }

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

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

 a { background-color: rgb(190,111,114); }

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

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

 span { border-color: rgb(190,111,114); }

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