#BB708C

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

Shades of Tapestry #BB708C

Tints of Tapestry #BB708C

Color information

#BB708C (or 0xBB708C) is unknown color: approx Tapestry. HEX triplet: BB, 70 and 8C. RGB value is (187,112,140). Sum of RGB (Red+Green+Blue) = 187+112+140=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB708C is #448F73. Grayscale: #898989. Windows color (decimal): -4493172 or 9203899. OLE color: 9203899.

HSL color Cylindrical-coordinate representation of color #BB708C: hue angle of 337.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB708C is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187112140-
CMYK00.400.250.27
HSL337.6º35.55%58.63%-
HSV(B)337.6º40.11%73.33%-
XYZ31.0224.0527.82-
YUV137.62129.35163.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=42.60%
G=25.51%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711214000.400.250.27337.635.5558.63
HexBB708C028191B152243b
Octal27316021405031335224473
Binary1011101111100001000110001010001100111011101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB708C; }

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

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

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

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

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

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

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

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