#BC6F76

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

Shades of Turkish Rose #BC6F76

Tints of Turkish Rose #BC6F76

Color information

#BC6F76 (or 0xBC6F76) is unknown color: approx Turkish Rose. HEX triplet: BC, 6F and 76. RGB value is (188,111,118). Sum of RGB (Red+Green+Blue) = 188+111+118=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F76 is #439089. Grayscale: #868686. Windows color (decimal): -4427914 or 7761852. OLE color: 7761852.

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

Color convert

RGB188111118-
CMYK00.410.370.26
HSL354.55º36.49%58.63%-
HSV(B)354.55º40.96%73.73%-
XYZ29.6923.3720.09-
YUV134.82118.51165.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=45.08%
G=26.62%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811111800.410.370.26354.5536.4958.63
HexBC6F76029251A163243b
Octal27415716605145325434473
Binary1011110011011111110110010100110010111010101100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F76; }

 p { color: rgb(188,111,118); }

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

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

 a { background-color: rgb(188,111,118); }

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

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

 span { border-color: rgb(188,111,118); }

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