#BB656F

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

Shades of Turkish Rose #BB656F

Tints of Turkish Rose #BB656F

Color information

#BB656F (or 0xBB656F) is unknown color: approx Turkish Rose. HEX triplet: BB, 65 and 6F. RGB value is (187,101,111). Sum of RGB (Red+Green+Blue) = 187+101+111=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB656F is #449A90. Grayscale: #7F7F7F. Windows color (decimal): -4496017 or 7300539. OLE color: 7300539.

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

Color convert

RGB187101111-
CMYK00.460.410.27
HSL353.02º38.74%56.47%-
HSV(B)353.02º45.99%73.33%-
XYZ28.0221.0217.62-
YUV127.85118.49170.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=46.87%
G=25.31%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710111100.460.410.27353.0238.7456.47
HexBB656F02E291B1612738
Octal27314515705651335414770
Binary1011101111001011101111010111010100111011101100001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB656F; }

 p { color: rgb(187,101,111); }

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

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

 a { background-color: rgb(187,101,111); }

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

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

 span { border-color: rgb(187,101,111); }

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