#BB7C7F

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

Shades of Tapestry #BB7C7F

Tints of Tapestry #BB7C7F

Color information

#BB7C7F (or 0xBB7C7F) is unknown color: approx Tapestry. HEX triplet: BB, 7C and 7F. RGB value is (187,124,127). Sum of RGB (Red+Green+Blue) = 187+124+127=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C7F is #448380. Grayscale: #8F8F8F. Windows color (decimal): -4490113 or 8355003. OLE color: 8355003.

HSL color Cylindrical-coordinate representation of color #BB7C7F: hue angle of 357.14º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7C7F is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187124127-
CMYK00.340.320.27
HSL357.14º31.66%60.98%-
HSV(B)357.14º33.69%73.33%-
XYZ31.5326.5123.53-
YUV143.18118.87159.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 127 (50% from 255) = 29.00%
R=42.69%
G=28.31%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712412700.340.320.27357.1431.6660.98
HexBB7C7F022201B165203d
Octal27317417704240335454075
Binary1011101111111001111111010001010000011011101100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7C7F; }

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

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

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

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

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

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

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

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