#BC6869

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

Shades of Turkish Rose #BC6869

Tints of Turkish Rose #BC6869

Color information

#BC6869 (or 0xBC6869) is unknown color: approx Turkish Rose. HEX triplet: BC, 68 and 69. RGB value is (188,104,105). Sum of RGB (Red+Green+Blue) = 188+104+105=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6869 is #439796. Grayscale: #818181. Windows color (decimal): -4429719 or 6908092. OLE color: 6908092.

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

Color convert

RGB188104105-
CMYK00.450.440.26
HSL359.29º38.53%57.25%-
HSV(B)359.29º44.68%73.73%-
XYZ28.2421.6116.05-
YUV129.23114.33169.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=47.36%
G=26.20%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810410500.450.440.26359.2938.5357.25
HexBC686902D2C1A1672739
Octal27415015105554325474771
Binary1011110011010001101001010110110110011010101100111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6869; }

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

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

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

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

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

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

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

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