#B6686B

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

Shades of Turkish Rose #B6686B

Tints of Turkish Rose #B6686B

Color information

#B6686B (or 0xB6686B) is unknown color: approx Turkish Rose. HEX triplet: B6, 68 and 6B. RGB value is (182,104,107). Sum of RGB (Red+Green+Blue) = 182+104+107=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6686B is #499794. Grayscale: #7F7F7F. Windows color (decimal): -4822933 or 7039158. OLE color: 7039158.

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

Color convert

RGB182104107-
CMYK00.430.410.29
HSL357.69º34.82%56.08%-
HSV(B)357.69º42.86%71.37%-
XYZ26.920.9116.53-
YUV127.66116.34166.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=46.31%
G=26.46%
B=27.23%

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
Decimal18210410700.430.410.29357.6934.8256.08
HexB6686B02B291D1662338
Octal26615015305351355464370
Binary1011011011010001101011010101110100111101101100110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6686B; }

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

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

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

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

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

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

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

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