#BE797A

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

Shades of Turkish Rose #BE797A

Tints of Turkish Rose #BE797A

Color information

#BE797A (or 0xBE797A) is unknown color: approx Turkish Rose. HEX triplet: BE, 79 and 7A. RGB value is (190,121,122). Sum of RGB (Red+Green+Blue) = 190+121+122=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE797A is #418685. Grayscale: #8D8D8D. Windows color (decimal): -4294278 or 8026558. OLE color: 8026558.

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

Color convert

RGB190121122-
CMYK00.360.360.25
HSL359.13º34.67%60.98%-
HSV(B)359.13º36.32%74.51%-
XYZ31.5926.0321.77-
YUV141.74116.86162.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=43.88%
G=27.94%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012112200.360.360.25359.1334.6760.98
HexBE797A0242419167233d
Octal27617117204444315474375
Binary1011111011110011111010010010010010011001101100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE797A; }

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

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

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

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

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

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

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

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