#B16F7B

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

Shades of Tapestry #B16F7B

Tints of Tapestry #B16F7B

Color information

#B16F7B (or 0xB16F7B) is unknown color: approx Tapestry. HEX triplet: B1, 6F and 7B. RGB value is (177,111,123). Sum of RGB (Red+Green+Blue) = 177+111+123=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F7B is #4E9084. Grayscale: #848484. Windows color (decimal): -5148805 or 8089521. OLE color: 8089521.

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

Color convert

RGB177111123-
CMYK00.370.310.31
HSL349.09º29.73%56.47%-
HSV(B)349.09º37.29%69.41%-
XYZ27.3922.1521.57-
YUV132.1122.87160.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=43.07%
G=27.01%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711112300.370.310.31349.0929.7356.47
HexB16F7B0251F1F15d1e38
Octal26115717304537375353670
Binary10110001110111111110110100101111111111110101110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F7B; }

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

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

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

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

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

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

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

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