#BC6D74

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

Shades of Turkish Rose #BC6D74

Tints of Turkish Rose #BC6D74

Color information

#BC6D74 (or 0xBC6D74) is unknown color: approx Turkish Rose. HEX triplet: BC, 6D and 74. RGB value is (188,109,116). Sum of RGB (Red+Green+Blue) = 188+109+116=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D74 is #43928B. Grayscale: #858585. Windows color (decimal): -4428428 or 7630268. OLE color: 7630268.

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

Color convert

RGB188109116-
CMYK00.420.380.26
HSL354.68º37.09%58.24%-
HSV(B)354.68º42.02%73.73%-
XYZ29.3622.8919.39-
YUV133.42118.17166.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=45.52%
G=26.39%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810911600.420.380.26354.6837.0958.24
HexBC6D7402A261A163253a
Octal27415516405246325434572
Binary1011110011011011110100010101010011011010101100011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D74; }

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

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

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

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

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

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

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

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