#BC696D

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

Shades of Turkish Rose #BC696D

Tints of Turkish Rose #BC696D

Color information

#BC696D (or 0xBC696D) is unknown color: approx Turkish Rose. HEX triplet: BC, 69 and 6D. RGB value is (188,105,109). Sum of RGB (Red+Green+Blue) = 188+105+109=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC696D is #439692. Grayscale: #828282. Windows color (decimal): -4429459 or 7170492. OLE color: 7170492.

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

Color convert

RGB188105109-
CMYK00.440.420.26
HSL357.11º38.25%57.45%-
HSV(B)357.11º44.15%73.73%-
XYZ28.5521.917.19-
YUV130.27116169.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=46.77%
G=26.12%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810510900.440.420.26357.1138.2557.45
HexBC696D02C2A1A1652639
Octal27415115505452325454671
Binary1011110011010011101101010110010101011010101100101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC696D; }

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

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

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

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

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

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

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

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