#BE7879

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

Shades of Turkish Rose #BE7879

Tints of Turkish Rose #BE7879

Color information

#BE7879 (or 0xBE7879) is unknown color: approx Turkish Rose. HEX triplet: BE, 78 and 79. RGB value is (190,120,121). Sum of RGB (Red+Green+Blue) = 190+120+121=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7879 is #418786. Grayscale: #8D8D8D. Windows color (decimal): -4294535 or 7960766. OLE color: 7960766.

HSL color Cylindrical-coordinate representation of color #BE7879: hue angle of 359.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE7879 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB190120121-
CMYK00.370.360.25
HSL359.14º35%60.78%-
HSV(B)359.14º36.84%74.51%-
XYZ31.425.7621.41-
YUV141.04116.69162.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=44.08%
G=27.84%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012012100.370.360.25359.143560.78
HexBE78790252419167233d
Octal27617017104544315474375
Binary1011111011110001111001010010110010011001101100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7879; }

 p { color: rgb(190,120,121); }

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

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

 a { background-color: rgb(190,120,121); }

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

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

 span { border-color: rgb(190,120,121); }

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