#BB727A

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

Shades of Tapestry #BB727A

Tints of Tapestry #BB727A

Color information

#BB727A (or 0xBB727A) is unknown color: approx Tapestry. HEX triplet: BB, 72 and 7A. RGB value is (187,114,122). Sum of RGB (Red+Green+Blue) = 187+114+122=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB727A is #448D85. Grayscale: #888888. Windows color (decimal): -4492678 or 8024763. OLE color: 8024763.

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

Color convert

RGB187114122-
CMYK00.390.350.27
HSL353.42º34.93%59.02%-
HSV(B)353.42º39.04%73.33%-
XYZ30.022421.46-
YUV136.74119.68163.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=44.21%
G=26.95%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711412200.390.350.27353.4234.9359.02
HexBB727A027231B161233b
Octal27316217204743335414373
Binary1011101111100101111010010011110001111011101100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB727A; }

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

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

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

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

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

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

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

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