#B9686D

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

Shades of Turkish Rose #B9686D

Tints of Turkish Rose #B9686D

Color information

#B9686D (or 0xB9686D) is unknown color: approx Turkish Rose. HEX triplet: B9, 68 and 6D. RGB value is (185,104,109). Sum of RGB (Red+Green+Blue) = 185+104+109=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9686D is #469792. Grayscale: #808080. Windows color (decimal): -4626323 or 7170233. OLE color: 7170233.

HSL color Cylindrical-coordinate representation of color #B9686D: hue angle of 356.3º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9686D is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB185104109-
CMYK00.440.410.27
HSL356.3º36.65%56.67%-
HSV(B)356.3º43.78%72.55%-
XYZ27.7221.3217.12-
YUV128.79116.84168.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 109 (42.97% from 255) = 27.39%
R=46.48%
G=26.13%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510410900.440.410.27356.336.6556.67
HexB9686D02C291B1642539
Octal27115015505451335444571
Binary1011100111010001101101010110010100111011101100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9686D; }

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

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

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

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

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

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

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

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