#BC6A6D

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

Shades of Turkish Rose #BC6A6D

Tints of Turkish Rose #BC6A6D

Color information

#BC6A6D (or 0xBC6A6D) is unknown color: approx Turkish Rose. HEX triplet: BC, 6A and 6D. RGB value is (188,106,109). Sum of RGB (Red+Green+Blue) = 188+106+109=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A6D is #439592. Grayscale: #828282. Windows color (decimal): -4429203 or 7170748. OLE color: 7170748.

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

Color convert

RGB188106109-
CMYK00.440.420.26
HSL357.8º37.96%57.65%-
HSV(B)357.8º43.62%73.73%-
XYZ28.6522.117.22-
YUV130.86115.67168.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=46.65%
G=26.30%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810610900.440.420.26357.837.9657.65
HexBC6A6D02C2A1A166263a
Octal27415215505452325464672
Binary1011110011010101101101010110010101011010101100110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A6D; }

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

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

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

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

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

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

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

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