#B1707A

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

Shades of Turkish Rose #B1707A

Tints of Turkish Rose #B1707A

Color information

#B1707A (or 0xB1707A) is unknown color: approx Turkish Rose. HEX triplet: B1, 70 and 7A. RGB value is (177,112,122). Sum of RGB (Red+Green+Blue) = 177+112+122=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1707A is #4E8F85. Grayscale: #848484. Windows color (decimal): -5148550 or 8024241. OLE color: 8024241.

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

Color convert

RGB177112122-
CMYK00.370.310.31
HSL350.77º29.41%56.67%-
HSV(B)350.77º36.72%69.41%-
XYZ27.4422.3421.28-
YUV132.57122.03159.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=43.07%
G=27.25%
B=29.68%

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
Decimal17711212200.370.310.31350.7729.4156.67
HexB1707A0251F1F15f1d39
Octal26116017204537375373571
Binary10110001111000011110100100101111111111110101111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1707A; }

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

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

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

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

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

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

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

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