#B1747B

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

Shades of Turkish Rose #B1747B

Tints of Turkish Rose #B1747B

Color information

#B1747B (or 0xB1747B) is unknown color: approx Turkish Rose. HEX triplet: B1, 74 and 7B. RGB value is (177,116,123). Sum of RGB (Red+Green+Blue) = 177+116+123=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1747B is #4E8B84. Grayscale: #878787. Windows color (decimal): -5147525 or 8090801. OLE color: 8090801.

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

Color convert

RGB177116123-
CMYK00.340.310.31
HSL353.11º28.11%57.45%-
HSV(B)353.11º34.46%69.41%-
XYZ27.9523.2721.76-
YUV135.04121.21157.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=42.55%
G=27.88%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711612300.340.310.31353.1128.1157.45
HexB1747B0221F1F1611c39
Octal26116417304237375413471
Binary10110001111010011110110100010111111111110110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1747B; }

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

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

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

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

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

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

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

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