#BB666E

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

Shades of Turkish Rose #BB666E

Tints of Turkish Rose #BB666E

Color information

#BB666E (or 0xBB666E) is unknown color: approx Turkish Rose. HEX triplet: BB, 66 and 6E. RGB value is (187,102,110). Sum of RGB (Red+Green+Blue) = 187+102+110=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB666E is #449991. Grayscale: #808080. Windows color (decimal): -4495762 or 7235259. OLE color: 7235259.

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

Color convert

RGB187102110-
CMYK00.450.410.27
HSL354.35º38.46%56.67%-
HSV(B)354.35º45.45%73.33%-
XYZ28.0621.1917.36-
YUV128.33117.66169.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=46.87%
G=25.56%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710211000.450.410.27354.3538.4656.67
HexBB666E02D291B1622639
Octal27314615605551335424671
Binary1011101111001101101110010110110100111011101100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB666E; }

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

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

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

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

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

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

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

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