#BB6774

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

Shades of Turkish Rose #BB6774

Tints of Turkish Rose #BB6774

Color information

#BB6774 (or 0xBB6774) is unknown color: approx Turkish Rose. HEX triplet: BB, 67 and 74. RGB value is (187,103,116). Sum of RGB (Red+Green+Blue) = 187+103+116=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6774 is #44988B. Grayscale: #818181. Windows color (decimal): -4495500 or 7628731. OLE color: 7628731.

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

Color convert

RGB187103116-
CMYK00.450.380.27
HSL350.71º38.18%56.86%-
HSV(B)350.71º44.92%73.33%-
XYZ28.521.5319.18-
YUV129.6120.33168.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=46.06%
G=25.37%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710311600.450.380.27350.7138.1856.86
HexBB677402D261B15f2639
Octal27314716405546335374671
Binary1011101111001111110100010110110011011011101011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6774; }

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

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

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

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

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

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

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

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