#BB727F

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

Shades of Tapestry #BB727F

Tints of Tapestry #BB727F

Color information

#BB727F (or 0xBB727F) is unknown color: approx Tapestry. HEX triplet: BB, 72 and 7F. RGB value is (187,114,127). Sum of RGB (Red+Green+Blue) = 187+114+127=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB727F is #448D80. Grayscale: #898989. Windows color (decimal): -4492673 or 8352443. OLE color: 8352443.

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

Color convert

RGB187114127-
CMYK00.390.320.27
HSL349.32º34.93%59.02%-
HSV(B)349.32º39.04%73.33%-
XYZ30.3424.1323.14-
YUV137.31122.18163.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 127 (50% from 255) = 29.67%
R=43.69%
G=26.64%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711412700.390.320.27349.3234.9359.02
HexBB727F027201B15d233b
Octal27316217704740335354373
Binary1011101111100101111111010011110000011011101011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB727F; }

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

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

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

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

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

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

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

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