#BC6D6F

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

Shades of Turkish Rose #BC6D6F

Tints of Turkish Rose #BC6D6F

Color information

#BC6D6F (or 0xBC6D6F) is unknown color: approx Turkish Rose. HEX triplet: BC, 6D and 6F. RGB value is (188,109,111). Sum of RGB (Red+Green+Blue) = 188+109+111=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D6F is #439290. Grayscale: #848484. Windows color (decimal): -4428433 or 7302588. OLE color: 7302588.

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

Color convert

RGB188109111-
CMYK00.420.410.26
HSL358.48º37.09%58.24%-
HSV(B)358.48º42.02%73.73%-
XYZ29.0822.7817.9-
YUV132.85115.67167.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=46.08%
G=26.72%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810911100.420.410.26358.4837.0958.24
HexBC6D6F02A291A166253a
Octal27415515705251325464572
Binary1011110011011011101111010101010100111010101100110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D6F; }

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

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

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

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

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

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

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

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