#BB658B

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

Shades of Tapestry #BB658B

Tints of Tapestry #BB658B

Color information

#BB658B (or 0xBB658B) is unknown color: approx Tapestry. HEX triplet: BB, 65 and 8B. RGB value is (187,101,139). Sum of RGB (Red+Green+Blue) = 187+101+139=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB658B is #449A74. Grayscale: #828282. Windows color (decimal): -4495989 or 9135547. OLE color: 9135547.

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

Color convert

RGB187101139-
CMYK00.460.260.27
HSL333.49º38.74%56.47%-
HSV(B)333.49º45.99%73.33%-
XYZ29.8121.7427.05-
YUV131.05132.49167.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=43.79%
G=23.65%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710113900.460.260.27333.4938.7456.47
HexBB658B02E1A1B14d2738
Octal27314521305632335154770
Binary1011101111001011000101101011101101011011101001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB658B; }

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

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

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

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

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

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

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

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