#B1656A

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

Shades of Turkish Rose #B1656A

Tints of Turkish Rose #B1656A

Color information

#B1656A (or 0xB1656A) is unknown color: approx Turkish Rose. HEX triplet: B1, 65 and 6A. RGB value is (177,101,106). Sum of RGB (Red+Green+Blue) = 177+101+106=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1656A is #4E9A95. Grayscale: #7C7C7C. Windows color (decimal): -5151382 or 6972849. OLE color: 6972849.

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

Color convert

RGB177101106-
CMYK00.430.400.31
HSL356.05º32.76%54.51%-
HSV(B)356.05º42.94%69.41%-
XYZ25.3919.716.1-
YUV124.29117.68165.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=46.09%
G=26.30%
B=27.60%

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
Decimal17710110600.430.400.31356.0532.7654.51
HexB1656A02B281F1642137
Octal26114515205350375444167
Binary1011000111001011101010010101110100011111101100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1656A; }

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

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

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

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

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

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

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

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