#B1707B

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

Shades of Turkish Rose #B1707B

Tints of Turkish Rose #B1707B

Color information

#B1707B (or 0xB1707B) is unknown color: approx Turkish Rose. HEX triplet: B1, 70 and 7B. RGB value is (177,112,123). Sum of RGB (Red+Green+Blue) = 177+112+123=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1707B is #4E8F84. Grayscale: #848484. Windows color (decimal): -5148549 or 8089777. OLE color: 8089777.

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

Color convert

RGB177112123-
CMYK00.370.310.31
HSL349.85º29.41%56.67%-
HSV(B)349.85º36.72%69.41%-
XYZ27.522.3721.61-
YUV132.69122.53159.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=42.96%
G=27.18%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711212300.370.310.31349.8529.4156.67
HexB1707B0251F1F15e1d39
Octal26116017304537375363571
Binary10110001111000011110110100101111111111110101111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1707B; }

 p { color: rgb(177,112,123); }

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

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

 a { background-color: rgb(177,112,123); }

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

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

 span { border-color: rgb(177,112,123); }

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