#B1656F

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

Shades of Turkish Rose #B1656F

Tints of Turkish Rose #B1656F

Color information

#B1656F (or 0xB1656F) is unknown color: approx Turkish Rose. HEX triplet: B1, 65 and 6F. RGB value is (177,101,111). Sum of RGB (Red+Green+Blue) = 177+101+111=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1656F is #4E9A90. Grayscale: #7C7C7C. Windows color (decimal): -5151377 or 7300529. OLE color: 7300529.

HSL color Cylindrical-coordinate representation of color #B1656F: hue angle of 352.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1656F is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB177101111-
CMYK00.430.370.31
HSL352.11º32.76%54.51%-
HSV(B)352.11º42.94%69.41%-
XYZ25.6519.817.51-
YUV124.86120.18165.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=45.50%
G=25.96%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710111100.430.370.31352.1132.7654.51
HexB1656F02B251F1602137
Octal26114515705345375404167
Binary1011000111001011101111010101110010111111101100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1656F; }

 p { color: rgb(177,101,111); }

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

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

 a { background-color: rgb(177,101,111); }

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

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

 span { border-color: rgb(177,101,111); }

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