#BB6672

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

Shades of Turkish Rose #BB6672

Tints of Turkish Rose #BB6672

Color information

#BB6672 (or 0xBB6672) is unknown color: approx Turkish Rose. HEX triplet: BB, 66 and 72. RGB value is (187,102,114). Sum of RGB (Red+Green+Blue) = 187+102+114=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6672 is #44998D. Grayscale: #808080. Windows color (decimal): -4495758 or 7497403. OLE color: 7497403.

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

Color convert

RGB187102114-
CMYK00.450.390.27
HSL351.53º38.46%56.67%-
HSV(B)351.53º45.45%73.33%-
XYZ28.2821.2818.54-
YUV128.78119.66169.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=46.40%
G=25.31%
B=28.29%

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
Decimal18710211400.450.390.27351.5338.4656.67
HexBB667202D271B1602639
Octal27314616205547335404671
Binary1011101111001101110010010110110011111011101100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6672; }

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

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

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

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

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

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

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

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