#BC6E6F

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

Shades of Turkish Rose #BC6E6F

Tints of Turkish Rose #BC6E6F

Color information

#BC6E6F (or 0xBC6E6F) is unknown color: approx Turkish Rose. HEX triplet: BC, 6E and 6F. RGB value is (188,110,111). Sum of RGB (Red+Green+Blue) = 188+110+111=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E6F is #439190. Grayscale: #858585. Windows color (decimal): -4428177 or 7302844. OLE color: 7302844.

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

Color convert

RGB188110111-
CMYK00.410.410.26
HSL359.23º36.79%58.43%-
HSV(B)359.23º41.49%73.73%-
XYZ29.1822.9917.94-
YUV133.44115.34166.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=45.97%
G=26.89%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811011100.410.410.26359.2336.7958.43
HexBC6E6F029291A167253a
Octal27415615705151325474572
Binary1011110011011101101111010100110100111010101100111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E6F; }

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

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

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

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

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

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

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

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