#B6686F

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

Shades of Turkish Rose #B6686F

Tints of Turkish Rose #B6686F

Color information

#B6686F (or 0xB6686F) is unknown color: approx Turkish Rose. HEX triplet: B6, 68 and 6F. RGB value is (182,104,111). Sum of RGB (Red+Green+Blue) = 182+104+111=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B6686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6686F is #499790. Grayscale: #808080. Windows color (decimal): -4822929 or 7301302. OLE color: 7301302.

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

Color convert

RGB182104111-
CMYK00.430.390.29
HSL354.62º34.82%56.08%-
HSV(B)354.62º42.86%71.37%-
XYZ27.1120.9917.66-
YUV128.12118.34166.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=45.84%
G=26.20%
B=27.96%

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
Decimal18210411100.430.390.29354.6234.8256.08
HexB6686F02B271D1632338
Octal26615015705347355434370
Binary1011011011010001101111010101110011111101101100011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6686F; }

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

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

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

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

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

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

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

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