#BB7C83

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

Shades of Tapestry #BB7C83

Tints of Tapestry #BB7C83

Color information

#BB7C83 (or 0xBB7C83) is unknown color: approx Tapestry. HEX triplet: BB, 7C and 83. RGB value is (187,124,131). Sum of RGB (Red+Green+Blue) = 187+124+131=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7C83 is #44837C. Grayscale: #8F8F8F. Windows color (decimal): -4490109 or 8617147. OLE color: 8617147.

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

Color convert

RGB187124131-
CMYK00.340.300.27
HSL353.33º31.66%60.98%-
HSV(B)353.33º33.69%73.33%-
XYZ31.826.6224.93-
YUV143.64120.87158.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 124 (48.83% from 255) = 28.05%
BLUE value IS 131 (51.56% from 255) = 29.64%
R=42.31%
G=28.05%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712413100.340.300.27353.3331.6660.98
HexBB7C830221E1B161203d
Octal27317420304236335414075
Binary1011101111111001000001101000101111011011101100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7C83; }

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

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

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

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

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

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

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

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