#BB727E

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

Shades of Tapestry #BB727E

Tints of Tapestry #BB727E

Color information

#BB727E (or 0xBB727E) is unknown color: approx Tapestry. HEX triplet: BB, 72 and 7E. RGB value is (187,114,126). Sum of RGB (Red+Green+Blue) = 187+114+126=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB727E is #448D81. Grayscale: #898989. Windows color (decimal): -4492674 or 8286907. OLE color: 8286907.

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

Color convert

RGB187114126-
CMYK00.390.330.27
HSL350.14º34.93%59.02%-
HSV(B)350.14º39.04%73.33%-
XYZ30.2824.1122.8-
YUV137.2121.68163.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=43.79%
G=26.70%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711412600.390.330.27350.1434.9359.02
HexBB727E027211B15e233b
Octal27316217604741335364373
Binary1011101111100101111110010011110000111011101011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB727E; }

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

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

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

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

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

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

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

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