#BB676F

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

Shades of Turkish Rose #BB676F

Tints of Turkish Rose #BB676F

Color information

#BB676F (or 0xBB676F) is unknown color: approx Turkish Rose. HEX triplet: BB, 67 and 6F. RGB value is (187,103,111). Sum of RGB (Red+Green+Blue) = 187+103+111=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB676F is #449890. Grayscale: #818181. Windows color (decimal): -4495505 or 7301051. OLE color: 7301051.

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

Color convert

RGB187103111-
CMYK00.450.410.27
HSL354.29º38.18%56.86%-
HSV(B)354.29º44.92%73.33%-
XYZ28.2121.4117.69-
YUV129.03117.83169.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=46.63%
G=25.69%
B=27.68%

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
Decimal18710311100.450.410.27354.2938.1856.86
HexBB676F02D291B1622639
Octal27314715705551335424671
Binary1011101111001111101111010110110100111011101100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB676F; }

 p { color: rgb(187,103,111); }

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

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

 a { background-color: rgb(187,103,111); }

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

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

 span { border-color: rgb(187,103,111); }

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