#B1797D

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

Shades of Turkish Rose #B1797D

Tints of Turkish Rose #B1797D

Color information

#B1797D (or 0xB1797D) is unknown color: approx Turkish Rose. HEX triplet: B1, 79 and 7D. RGB value is (177,121,125). Sum of RGB (Red+Green+Blue) = 177+121+125=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1797D is #4E8682. Grayscale: #8A8A8A. Windows color (decimal): -5146243 or 8223153. OLE color: 8223153.

HSL color Cylindrical-coordinate representation of color #B1797D: hue angle of 355.71º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1797D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB177121125-
CMYK00.320.290.31
HSL355.71º26.42%58.43%-
HSV(B)355.71º31.64%69.41%-
XYZ28.6724.522.62-
YUV138.2120.55155.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=41.84%
G=28.61%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712112500.320.290.31355.7126.4258.43
HexB1797D0201D1F1641a3a
Octal26117117504035375443272
Binary10110001111100111111010100000111011111110110010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1797D; }

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

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

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

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

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

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

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

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