#B5686F

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

Shades of Turkish Rose #B5686F

Tints of Turkish Rose #B5686F

Color information

#B5686F (or 0xB5686F) is unknown color: approx Turkish Rose. HEX triplet: B5, 68 and 6F. RGB value is (181,104,111). Sum of RGB (Red+Green+Blue) = 181+104+111=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5686F is #4A9790. Grayscale: #7F7F7F. Windows color (decimal): -4888465 or 7301301. OLE color: 7301301.

HSL color Cylindrical-coordinate representation of color #B5686F: hue angle of 354.55º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5686F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181104111-
CMYK00.430.390.29
HSL354.55º34.22%55.88%-
HSV(B)354.55º42.54%70.98%-
XYZ26.8820.8717.65-
YUV127.82118.51165.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=45.71%
G=26.26%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110411100.430.390.29354.5534.2255.88
HexB5686F02B271D1632238
Octal26515015705347355434270
Binary1011010111010001101111010101110011111101101100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5686F; }

 p { color: rgb(181,104,111); }

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

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

 a { background-color: rgb(181,104,111); }

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

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

 span { border-color: rgb(181,104,111); }

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