#BB707E

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

Shades of Tapestry #BB707E

Tints of Tapestry #BB707E

Color information

#BB707E (or 0xBB707E) is unknown color: approx Tapestry. HEX triplet: BB, 70 and 7E. RGB value is (187,112,126). Sum of RGB (Red+Green+Blue) = 187+112+126=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB707E is #448F81. Grayscale: #888888. Windows color (decimal): -4493186 or 8286395. OLE color: 8286395.

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

Color convert

RGB187112126-
CMYK00.400.330.27
HSL348.8º35.55%58.63%-
HSV(B)348.8º40.11%73.33%-
XYZ30.0523.6622.72-
YUV136.02122.35164.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=44%
G=26.35%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711212600.400.330.27348.835.5558.63
HexBB707E028211B15d243b
Octal27316017605041335354473
Binary1011101111100001111110010100010000111011101011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB707E; }

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

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

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

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

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

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

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

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