#BB6571

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

Shades of Turkish Rose #BB6571

Tints of Turkish Rose #BB6571

Color information

#BB6571 (or 0xBB6571) is unknown color: approx Turkish Rose. HEX triplet: BB, 65 and 71. RGB value is (187,101,113). Sum of RGB (Red+Green+Blue) = 187+101+113=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6571 is #449A8E. Grayscale: #808080. Windows color (decimal): -4496015 or 7431611. OLE color: 7431611.

HSL color Cylindrical-coordinate representation of color #BB6571: hue angle of 351.63º 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 #BB6571 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187101113-
CMYK00.460.400.27
HSL351.63º38.74%56.47%-
HSV(B)351.63º45.99%73.33%-
XYZ28.1321.0618.21-
YUV128.08119.49170.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=46.63%
G=25.19%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710111300.460.400.27351.6338.7456.47
HexBB657102E281B1602738
Octal27314516105650335404770
Binary1011101111001011110001010111010100011011101100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6571; }

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

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

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

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

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

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

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

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