#BB6669

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

Shades of Turkish Rose #BB6669

Tints of Turkish Rose #BB6669

Color information

#BB6669 (or 0xBB6669) is unknown color: approx Turkish Rose. HEX triplet: BB, 66 and 69. RGB value is (187,102,105). Sum of RGB (Red+Green+Blue) = 187+102+105=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6669 is #449996. Grayscale: #7F7F7F. Windows color (decimal): -4495767 or 6907579. OLE color: 6907579.

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

Color convert

RGB187102105-
CMYK00.450.440.27
HSL357.88º38.46%56.67%-
HSV(B)357.88º45.45%73.33%-
XYZ27.7921.0915.97-
YUV127.76115.16170.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=47.46%
G=25.89%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710210500.450.440.27357.8838.4656.67
HexBB666902D2C1B1662639
Octal27314615105554335464671
Binary1011101111001101101001010110110110011011101100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6669; }

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

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

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

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

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

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

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

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