#B5686E

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

Shades of Turkish Rose #B5686E

Tints of Turkish Rose #B5686E

Color information

#B5686E (or 0xB5686E) is unknown color: approx Turkish Rose. HEX triplet: B5, 68 and 6E. RGB value is (181,104,110). Sum of RGB (Red+Green+Blue) = 181+104+110=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5686E is #4A9791. Grayscale: #7F7F7F. Windows color (decimal): -4888466 or 7235765. OLE color: 7235765.

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

Color convert

RGB181104110-
CMYK00.430.390.29
HSL355.32º34.22%55.88%-
HSV(B)355.32º42.54%70.98%-
XYZ26.8220.8517.36-
YUV127.71118.01166.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=45.82%
G=26.33%
B=27.85%

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
Decimal18110411000.430.390.29355.3234.2255.88
HexB5686E02B271D1632238
Octal26515015605347355434270
Binary1011010111010001101110010101110011111101101100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5686E; }

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

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

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

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

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

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

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

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