#bc6e73

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

Shades of Turkish Rose #BC6E73

Tints of Turkish Rose #BC6E73

Color information

#BC6E73 (or 0xBC6E73) is unknown color: approx Turkish Rose. HEX triplet: BC, 6E and 73. RGB value is (188,110,115). Sum of RGB (Red+Green+Blue) = 188+110+115=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E73 is #43918C. Grayscale: #858585. Windows color (decimal): -4428173 or 7564988. OLE color: 7564988.

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

Color convert

RGB188110115-
CMYK00.410.390.26
HSL356.15º36.79%58.43%-
HSV(B)356.15º41.49%73.73%-
XYZ29.4123.0819.12-
YUV133.89117.34166.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=45.52%
G=26.63%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811011500.410.390.26356.1536.7958.43
HexBC6E73029271A164253a
Octal27415616305147325444572
Binary1011110011011101110011010100110011111010101100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6e73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6e73; }

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

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

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

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

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

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

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

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