#BB676D

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

Shades of Turkish Rose #BB676D

Tints of Turkish Rose #BB676D

Color information

#BB676D (or 0xBB676D) is unknown color: approx Turkish Rose. HEX triplet: BB, 67 and 6D. RGB value is (187,103,109). Sum of RGB (Red+Green+Blue) = 187+103+109=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB676D is #449892. Grayscale: #808080. Windows color (decimal): -4495507 or 7169979. OLE color: 7169979.

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

Color convert

RGB187103109-
CMYK00.450.420.27
HSL355.71º38.18%56.86%-
HSV(B)355.71º44.92%73.33%-
XYZ28.121.3717.11-
YUV128.8116.83169.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=46.87%
G=25.81%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710310900.450.420.27355.7138.1856.86
HexBB676D02D2A1B1642639
Octal27314715505552335444671
Binary1011101111001111101101010110110101011011101100100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB676D; }

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

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

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

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

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

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

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

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