#B6686E

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

Shades of Turkish Rose #B6686E

Tints of Turkish Rose #B6686E

Color information

#B6686E (or 0xB6686E) is unknown color: approx Turkish Rose. HEX triplet: B6, 68 and 6E. RGB value is (182,104,110). Sum of RGB (Red+Green+Blue) = 182+104+110=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6686E is #499791. Grayscale: #808080. Windows color (decimal): -4822930 or 7235766. OLE color: 7235766.

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

Color convert

RGB182104110-
CMYK00.430.400.29
HSL355.38º34.82%56.08%-
HSV(B)355.38º42.86%71.37%-
XYZ27.0620.9717.37-
YUV128.01117.84166.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=45.96%
G=26.26%
B=27.78%

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
Decimal18210411000.430.400.29355.3834.8256.08
HexB6686E02B281D1632338
Octal26615015605350355434370
Binary1011011011010001101110010101110100011101101100011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6686E; }

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

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

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

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

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

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

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

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