#B1787B

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

Shades of Turkish Rose #B1787B

Tints of Turkish Rose #B1787B

Color information

#B1787B (or 0xB1787B) is unknown color: approx Turkish Rose. HEX triplet: B1, 78 and 7B. RGB value is (177,120,123). Sum of RGB (Red+Green+Blue) = 177+120+123=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1787B is #4E8784. Grayscale: #898989. Windows color (decimal): -5146501 or 8091825. OLE color: 8091825.

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

Color convert

RGB177120123-
CMYK00.320.310.31
HSL356.84º26.76%58.24%-
HSV(B)356.84º32.2%69.41%-
XYZ28.4224.2121.91-
YUV137.38119.88156.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=42.14%
G=28.57%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712012300.320.310.31356.8426.7658.24
HexB1787B0201F1F1651b3a
Octal26117017304037375453372
Binary10110001111100011110110100000111111111110110010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1787B; }

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

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

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

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

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

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

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

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