#B1646B

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

Shades of Turkish Rose #B1646B

Tints of Turkish Rose #B1646B

Color information

#B1646B (or 0xB1646B) is unknown color: approx Turkish Rose. HEX triplet: B1, 64 and 6B. RGB value is (177,100,107). Sum of RGB (Red+Green+Blue) = 177+100+107=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1646B is #4E9B94. Grayscale: #7B7B7B. Windows color (decimal): -5151637 or 7038129. OLE color: 7038129.

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

Color convert

RGB177100107-
CMYK00.440.400.31
HSL354.55º33.05%54.31%-
HSV(B)354.55º43.5%69.41%-
XYZ25.3419.5216.34-
YUV123.82118.51165.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=46.09%
G=26.04%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710010700.440.400.31354.5533.0554.31
HexB1646B02C281F1632136
Octal26114415305450375434166
Binary1011000111001001101011010110010100011111101100011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1646B; }

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

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

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

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

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

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

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

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