#B5686B

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

Shades of Turkish Rose #B5686B

Tints of Turkish Rose #B5686B

Color information

#B5686B (or 0xB5686B) is unknown color: approx Turkish Rose. HEX triplet: B5, 68 and 6B. RGB value is (181,104,107). Sum of RGB (Red+Green+Blue) = 181+104+107=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5686B is #4A9794. Grayscale: #7F7F7F. Windows color (decimal): -4888469 or 7039157. OLE color: 7039157.

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

Color convert

RGB181104107-
CMYK00.430.410.29
HSL357.66º34.22%55.88%-
HSV(B)357.66º42.54%70.98%-
XYZ26.6620.7916.52-
YUV127.36116.51166.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=46.17%
G=26.53%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110410700.430.410.29357.6634.2255.88
HexB5686B02B291D1662238
Octal26515015305351355464270
Binary1011010111010001101011010101110100111101101100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5686B; }

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

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

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

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

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

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

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

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