#B1787E

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

Shades of Turkish Rose #B1787E

Tints of Turkish Rose #B1787E

Color information

#B1787E (or 0xB1787E) is unknown color: approx Turkish Rose. HEX triplet: B1, 78 and 7E. RGB value is (177,120,126). Sum of RGB (Red+Green+Blue) = 177+120+126=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1787E is #4E8781. Grayscale: #898989. Windows color (decimal): -5146498 or 8288433. OLE color: 8288433.

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

Color convert

RGB177120126-
CMYK00.320.290.31
HSL353.68º26.76%58.24%-
HSV(B)353.68º32.2%69.41%-
XYZ28.6124.2922.92-
YUV137.73121.38156.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=41.84%
G=28.37%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712012600.320.290.31353.6826.7658.24
HexB1787E0201D1F1621b3a
Octal26117017604035375423372
Binary10110001111100011111100100000111011111110110001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1787E; }

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

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

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

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

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

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

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

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