#BD686C

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

Shades of Turkish Rose #BD686C

Tints of Turkish Rose #BD686C

Color information

#BD686C (or 0xBD686C) is unknown color: approx Turkish Rose. HEX triplet: BD, 68 and 6C. RGB value is (189,104,108). Sum of RGB (Red+Green+Blue) = 189+104+108=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD686C is #429793. Grayscale: #818181. Windows color (decimal): -4364180 or 7104701. OLE color: 7104701.

HSL color Cylindrical-coordinate representation of color #BD686C: hue angle of 357.18º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD686C is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB189104108-
CMYK00.450.430.26
HSL357.18º39.17%57.45%-
HSV(B)357.18º44.97%74.12%-
XYZ28.6421.816.89-
YUV129.87115.66170.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=47.13%
G=25.94%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910410800.450.430.26357.1839.1757.45
HexBD686C02D2B1A1652739
Octal27515015405553325454771
Binary1011110111010001101100010110110101111010101100101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD686C; }

 p { color: rgb(189,104,108); }

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

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

 a { background-color: rgb(189,104,108); }

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

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

 span { border-color: rgb(189,104,108); }

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