#BB6671

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

Shades of Turkish Rose #BB6671

Tints of Turkish Rose #BB6671

Color information

#BB6671 (or 0xBB6671) is unknown color: approx Turkish Rose. HEX triplet: BB, 66 and 71. RGB value is (187,102,113). Sum of RGB (Red+Green+Blue) = 187+102+113=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6671 is #44998E. Grayscale: #808080. Windows color (decimal): -4495759 or 7431867. OLE color: 7431867.

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

Color convert

RGB187102113-
CMYK00.450.400.27
HSL352.24º38.46%56.67%-
HSV(B)352.24º45.45%73.33%-
XYZ28.2321.2618.24-
YUV128.67119.16169.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=46.52%
G=25.37%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710211300.450.400.27352.2438.4656.67
HexBB667102D281B1602639
Octal27314616105550335404671
Binary1011101111001101110001010110110100011011101100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6671; }

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

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

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

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

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

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

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

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