#BB6871

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

Shades of Turkish Rose #BB6871

Tints of Turkish Rose #BB6871

Color information

#BB6871 (or 0xBB6871) is unknown color: approx Turkish Rose. HEX triplet: BB, 68 and 71. RGB value is (187,104,113). Sum of RGB (Red+Green+Blue) = 187+104+113=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6871 is #44978E. Grayscale: #818181. Windows color (decimal): -4495247 or 7432379. OLE color: 7432379.

HSL color Cylindrical-coordinate representation of color #BB6871: hue angle of 353.49º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6871 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187104113-
CMYK00.440.400.27
HSL353.49º37.9%57.06%-
HSV(B)353.49º44.39%73.33%-
XYZ28.4221.6618.31-
YUV129.84118.5168.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=46.29%
G=25.74%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710411300.440.400.27353.4937.957.06
HexBB687102C281B1612639
Octal27315016105450335414671
Binary1011101111010001110001010110010100011011101100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6871; }

 p { color: rgb(187,104,113); }

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

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

 a { background-color: rgb(187,104,113); }

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

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

 span { border-color: rgb(187,104,113); }

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