#B1797F

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

Shades of Turkish Rose #B1797F

Tints of Turkish Rose #B1797F

Color information

#B1797F (or 0xB1797F) is unknown color: approx Turkish Rose. HEX triplet: B1, 79 and 7F. RGB value is (177,121,127). Sum of RGB (Red+Green+Blue) = 177+121+127=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1797F is #4E8680. Grayscale: #8A8A8A. Windows color (decimal): -5146241 or 8354225. OLE color: 8354225.

HSL color Cylindrical-coordinate representation of color #B1797F: hue angle of 353.57º 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 #B1797F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB177121127-
CMYK00.320.280.31
HSL353.57º26.42%58.43%-
HSV(B)353.57º31.64%69.41%-
XYZ28.824.5523.3-
YUV138.43121.55155.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 127 (50% from 255) = 29.88%
R=41.65%
G=28.47%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712112700.320.280.31353.5726.4258.43
HexB1797F0201C1F1621a3a
Octal26117117704034375423272
Binary10110001111100111111110100000111001111110110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1797F; }

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

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

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

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

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

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

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

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