#B1737C

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

Shades of Turkish Rose #B1737C

Tints of Turkish Rose #B1737C

Color information

#B1737C (or 0xB1737C) is unknown color: approx Turkish Rose. HEX triplet: B1, 73 and 7C. RGB value is (177,115,124). Sum of RGB (Red+Green+Blue) = 177+115+124=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1737C is #4E8C83. Grayscale: #868686. Windows color (decimal): -5147780 or 8156081. OLE color: 8156081.

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

Color convert

RGB177115124-
CMYK00.350.300.31
HSL351.29º28.44%57.25%-
HSV(B)351.29º35.03%69.41%-
XYZ27.923.0622.05-
YUV134.56122.04158.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=42.55%
G=27.64%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711512400.350.300.31351.2928.4457.25
HexB1737C0231E1F15f1c39
Octal26116317404336375373471
Binary10110001111001111111000100011111101111110101111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1737C; }

 p { color: rgb(177,115,124); }

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

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

 a { background-color: rgb(177,115,124); }

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

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

 span { border-color: rgb(177,115,124); }

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