#B5686D

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

Shades of Turkish Rose #B5686D

Tints of Turkish Rose #B5686D

Color information

#B5686D (or 0xB5686D) is unknown color: approx Turkish Rose. HEX triplet: B5, 68 and 6D. RGB value is (181,104,109). Sum of RGB (Red+Green+Blue) = 181+104+109=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5686D is #4A9792. Grayscale: #7F7F7F. Windows color (decimal): -4888467 or 7170229. OLE color: 7170229.

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

Color convert

RGB181104109-
CMYK00.430.400.29
HSL356.1º34.22%55.88%-
HSV(B)356.1º42.54%70.98%-
XYZ26.7720.8317.08-
YUV127.59117.51166.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=45.94%
G=26.40%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110410900.430.400.29356.134.2255.88
HexB5686D02B281D1642238
Octal26515015505350355444270
Binary1011010111010001101101010101110100011101101100100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5686D; }

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

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

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

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

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

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

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

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