#BB658C

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

Shades of Tapestry #BB658C

Tints of Tapestry #BB658C

Color information

#BB658C (or 0xBB658C) is unknown color: approx Tapestry. HEX triplet: BB, 65 and 8C. RGB value is (187,101,140). Sum of RGB (Red+Green+Blue) = 187+101+140=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB658C is #449A73. Grayscale: #838383. Windows color (decimal): -4495988 or 9201083. OLE color: 9201083.

HSL color Cylindrical-coordinate representation of color #BB658C: hue angle of 332.79º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB658C is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187101140-
CMYK00.460.250.27
HSL332.79º38.74%56.47%-
HSV(B)332.79º45.99%73.33%-
XYZ29.8821.7727.44-
YUV131.16132.99167.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 140 (55.08% from 255) = 32.71%
R=43.69%
G=23.60%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710114000.460.250.27332.7938.7456.47
HexBB658C02E191B14d2738
Octal27314521405631335154770
Binary1011101111001011000110001011101100111011101001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB658C; }

 p { color: rgb(187,101,140); }

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

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

 a { background-color: rgb(187,101,140); }

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

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

 span { border-color: rgb(187,101,140); }

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