#BB6773

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

Shades of Turkish Rose #BB6773

Tints of Turkish Rose #BB6773

Color information

#BB6773 (or 0xBB6773) is unknown color: approx Turkish Rose. HEX triplet: BB, 67 and 73. RGB value is (187,103,115). Sum of RGB (Red+Green+Blue) = 187+103+115=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6773 is #44988C. Grayscale: #818181. Windows color (decimal): -4495501 or 7563195. OLE color: 7563195.

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

Color convert

RGB187103115-
CMYK00.450.390.27
HSL351.43º38.18%56.86%-
HSV(B)351.43º44.92%73.33%-
XYZ28.4421.518.87-
YUV129.48119.83169.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=46.17%
G=25.43%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710311500.450.390.27351.4338.1856.86
HexBB677302D271B15f2639
Octal27314716305547335374671
Binary1011101111001111110011010110110011111011101011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6773; }

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

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

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

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

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

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

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

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