#BB737F

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

Shades of Tapestry #BB737F

Tints of Tapestry #BB737F

Color information

#BB737F (or 0xBB737F) is unknown color: approx Tapestry. HEX triplet: BB, 73 and 7F. RGB value is (187,115,127). Sum of RGB (Red+Green+Blue) = 187+115+127=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB737F is #448C80. Grayscale: #898989. Windows color (decimal): -4492417 or 8352699. OLE color: 8352699.

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

Color convert

RGB187115127-
CMYK00.390.320.27
HSL350º34.62%59.22%-
HSV(B)350º38.5%73.33%-
XYZ30.4624.3623.18-
YUV137.9121.85163.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 127 (50% from 255) = 29.60%
R=43.59%
G=26.81%
B=29.60%

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
Decimal18711512700.390.320.2735034.6259.22
HexBB737F027201B15e233b
Octal27316317704740335364373
Binary1011101111100111111111010011110000011011101011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB737F; }

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

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

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

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

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

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

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

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