#BC6E74

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

Shades of Turkish Rose #BC6E74

Tints of Turkish Rose #BC6E74

Color information

#BC6E74 (or 0xBC6E74) is unknown color: approx Turkish Rose. HEX triplet: BC, 6E and 74. RGB value is (188,110,116). Sum of RGB (Red+Green+Blue) = 188+110+116=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E74 is #43918B. Grayscale: #868686. Windows color (decimal): -4428172 or 7630524. OLE color: 7630524.

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

Color convert

RGB188110116-
CMYK00.410.380.26
HSL355.38º36.79%58.43%-
HSV(B)355.38º41.49%73.73%-
XYZ29.4723.119.43-
YUV134.01117.84166.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=45.41%
G=26.57%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811011600.410.380.26355.3836.7958.43
HexBC6E74029261A163253a
Octal27415616405146325434572
Binary1011110011011101110100010100110011011010101100011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E74; }

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

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

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

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

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

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

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

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