#BB676B

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

Shades of Turkish Rose #BB676B

Tints of Turkish Rose #BB676B

Color information

#BB676B (or 0xBB676B) is unknown color: approx Turkish Rose. HEX triplet: BB, 67 and 6B. RGB value is (187,103,107). Sum of RGB (Red+Green+Blue) = 187+103+107=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB676B is #449894. Grayscale: #808080. Windows color (decimal): -4495509 or 7038907. OLE color: 7038907.

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

Color convert

RGB187103107-
CMYK00.450.430.27
HSL357.14º38.18%56.86%-
HSV(B)357.14º44.92%73.33%-
XYZ2821.3316.55-
YUV128.57115.83169.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=47.10%
G=25.94%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710310700.450.430.27357.1438.1856.86
HexBB676B02D2B1B1652639
Octal27314715305553335454671
Binary1011101111001111101011010110110101111011101100101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB676B; }

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

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

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

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

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

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

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

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