#BC686B

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

Shades of Turkish Rose #BC686B

Tints of Turkish Rose #BC686B

Color information

#BC686B (or 0xBC686B) is unknown color: approx Turkish Rose. HEX triplet: BC, 68 and 6B. RGB value is (188,104,107). Sum of RGB (Red+Green+Blue) = 188+104+107=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC686B is #439794. Grayscale: #818181. Windows color (decimal): -4429717 or 7039164. OLE color: 7039164.

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

Color convert

RGB188104107-
CMYK00.450.430.26
HSL357.86º38.53%57.25%-
HSV(B)357.86º44.68%73.73%-
XYZ28.3421.6516.6-
YUV129.46115.33169.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=47.12%
G=26.07%
B=26.82%

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
Decimal18810410700.450.430.26357.8638.5357.25
HexBC686B02D2B1A1662739
Octal27415015305553325464771
Binary1011110011010001101011010110110101111010101100110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC686B; }

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

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

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

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

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

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

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

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