#B16C7B

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

Shades of Tapestry #B16C7B

Tints of Tapestry #B16C7B

Color information

#B16C7B (or 0xB16C7B) is unknown color: approx Tapestry. HEX triplet: B1, 6C and 7B. RGB value is (177,108,123). Sum of RGB (Red+Green+Blue) = 177+108+123=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C7B is #4E9384. Grayscale: #828282. Windows color (decimal): -5149573 or 8088753. OLE color: 8088753.

HSL color Cylindrical-coordinate representation of color #B16C7B: hue angle of 346.96º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B16C7B is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB177108123-
CMYK00.390.310.31
HSL346.96º30.67%55.88%-
HSV(B)346.96º38.98%69.41%-
XYZ27.0721.521.46-
YUV130.34123.86161.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=43.38%
G=26.47%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710812300.390.310.31346.9630.6755.88
HexB16C7B0271F1F15b1f38
Octal26115417304737375333770
Binary10110001110110011110110100111111111111110101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C7B; }

 p { color: rgb(177,108,123); }

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

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

 a { background-color: rgb(177,108,123); }

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

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

 span { border-color: rgb(177,108,123); }

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