#BC666E

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

Shades of Turkish Rose #BC666E

Tints of Turkish Rose #BC666E

Color information

#BC666E (or 0xBC666E) is unknown color: approx Turkish Rose. HEX triplet: BC, 66 and 6E. RGB value is (188,102,110). Sum of RGB (Red+Green+Blue) = 188+102+110=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC666E is #439991. Grayscale: #808080. Windows color (decimal): -4430226 or 7235260. OLE color: 7235260.

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

Color convert

RGB188102110-
CMYK00.460.410.26
HSL354.42º39.09%56.86%-
HSV(B)354.42º45.74%73.73%-
XYZ28.321.3217.38-
YUV128.63117.49170.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=47%
G=25.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810211000.460.410.26354.4239.0956.86
HexBC666E02E291A1622739
Octal27414615605651325424771
Binary1011110011001101101110010111010100111010101100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC666E; }

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

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

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

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

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

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

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

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