#B7797D

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

Shades of Turkish Rose #B7797D

Tints of Turkish Rose #B7797D

Color information

#B7797D (or 0xB7797D) is unknown color: approx Turkish Rose. HEX triplet: B7, 79 and 7D. RGB value is (183,121,125). Sum of RGB (Red+Green+Blue) = 183+121+125=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7797D is #488682. Grayscale: #8C8C8C. Windows color (decimal): -4753027 or 8223159. OLE color: 8223159.

HSL color Cylindrical-coordinate representation of color #B7797D: hue angle of 356.13º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7797D is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB183121125-
CMYK00.340.320.28
HSL356.13º30.1%59.61%-
HSV(B)356.13º33.88%71.76%-
XYZ30.0725.2222.69-
YUV139.99119.54158.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=42.66%
G=28.21%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312112500.340.320.28356.1330.159.61
HexB7797D022201C1641e3c
Octal26717117504240345443674
Binary101101111111001111110101000101000001110010110010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7797D; }

 p { color: rgb(183,121,125); }

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

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

 a { background-color: rgb(183,121,125); }

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

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

 span { border-color: rgb(183,121,125); }

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