#BB727D

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

Shades of Tapestry #BB727D

Tints of Tapestry #BB727D

Color information

#BB727D (or 0xBB727D) is unknown color: approx Tapestry. HEX triplet: BB, 72 and 7D. RGB value is (187,114,125). Sum of RGB (Red+Green+Blue) = 187+114+125=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB727D is #448D82. Grayscale: #898989. Windows color (decimal): -4492675 or 8221371. OLE color: 8221371.

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

Color convert

RGB187114125-
CMYK00.390.330.27
HSL350.96º34.93%59.02%-
HSV(B)350.96º39.04%73.33%-
XYZ30.2124.0822.46-
YUV137.08121.18163.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=43.90%
G=26.76%
B=29.34%

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
Decimal18711412500.390.330.27350.9634.9359.02
HexBB727D027211B15f233b
Octal27316217504741335374373
Binary1011101111100101111101010011110000111011101011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB727D; }

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

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

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

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

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

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

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

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