#BB6673

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

Shades of Turkish Rose #BB6673

Tints of Turkish Rose #BB6673

Color information

#BB6673 (or 0xBB6673) is unknown color: approx Turkish Rose. HEX triplet: BB, 66 and 73. RGB value is (187,102,115). Sum of RGB (Red+Green+Blue) = 187+102+115=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6673 is #44998C. Grayscale: #808080. Windows color (decimal): -4495757 or 7562939. OLE color: 7562939.

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

Color convert

RGB187102115-
CMYK00.450.390.27
HSL350.82º38.46%56.67%-
HSV(B)350.82º45.45%73.33%-
XYZ28.3421.3118.84-
YUV128.9120.16169.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 115 (45.31% from 255) = 28.47%
R=46.29%
G=25.25%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710211500.450.390.27350.8238.4656.67
HexBB667302D271B15f2639
Octal27314616305547335374671
Binary1011101111001101110011010110110011111011101011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6673; }

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

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

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

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

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

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

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

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