#B1717A

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

Shades of Turkish Rose #B1717A

Tints of Turkish Rose #B1717A

Color information

#B1717A (or 0xB1717A) is unknown color: approx Turkish Rose. HEX triplet: B1, 71 and 7A. RGB value is (177,113,122). Sum of RGB (Red+Green+Blue) = 177+113+122=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1717A is #4E8E85. Grayscale: #858585. Windows color (decimal): -5148294 or 8024497. OLE color: 8024497.

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

Color convert

RGB177113122-
CMYK00.360.310.31
HSL351.56º29.09%56.86%-
HSV(B)351.56º36.16%69.41%-
XYZ27.5522.5621.32-
YUV133.16121.7159.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=42.96%
G=27.43%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711312200.360.310.31351.5629.0956.86
HexB1717A0241F1F1601d39
Octal26116117204437375403571
Binary10110001111000111110100100100111111111110110000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1717A; }

 p { color: rgb(177,113,122); }

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

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

 a { background-color: rgb(177,113,122); }

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

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

 span { border-color: rgb(177,113,122); }

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