#BB6E71

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

Shades of Turkish Rose #BB6E71

Tints of Turkish Rose #BB6E71

Color information

#BB6E71 (or 0xBB6E71) is unknown color: approx Turkish Rose. HEX triplet: BB, 6E and 71. RGB value is (187,110,113). Sum of RGB (Red+Green+Blue) = 187+110+113=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E71 is #44918E. Grayscale: #858585. Windows color (decimal): -4493711 or 7433915. OLE color: 7433915.

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

Color convert

RGB187110113-
CMYK00.410.400.27
HSL357.66º36.15%58.24%-
HSV(B)357.66º41.18%73.33%-
XYZ29.0522.9118.51-
YUV133.36116.51166.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=45.61%
G=26.83%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711011300.410.400.27357.6636.1558.24
HexBB6E71029281B166243a
Octal27315616105150335464472
Binary1011101111011101110001010100110100011011101100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E71; }

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

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

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

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

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

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

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

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