#B1656B

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

Shades of Turkish Rose #B1656B

Tints of Turkish Rose #B1656B

Color information

#B1656B (or 0xB1656B) is unknown color: approx Turkish Rose. HEX triplet: B1, 65 and 6B. RGB value is (177,101,107). Sum of RGB (Red+Green+Blue) = 177+101+107=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1656B is #4E9A94. Grayscale: #7C7C7C. Windows color (decimal): -5151381 or 7038385. OLE color: 7038385.

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

Color convert

RGB177101107-
CMYK00.430.400.31
HSL355.26º32.76%54.51%-
HSV(B)355.26º42.94%69.41%-
XYZ25.4419.7216.37-
YUV124.41118.18165.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=45.97%
G=26.23%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710110700.430.400.31355.2632.7654.51
HexB1656B02B281F1632137
Octal26114515305350375434167
Binary1011000111001011101011010101110100011111101100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1656B; }

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

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

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

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

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

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

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

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