#B7858B

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

Shades of Tapestry #B7858B

Tints of Tapestry #B7858B

Color information

#B7858B (or 0xB7858B) is unknown color: approx Tapestry. HEX triplet: B7, 85 and 8B. RGB value is (183,133,139). Sum of RGB (Red+Green+Blue) = 183+133+139=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7858B is #487A74. Grayscale: #949494. Windows color (decimal): -4749941 or 9143735. OLE color: 9143735.

HSL color Cylindrical-coordinate representation of color #B7858B: hue angle of 352.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7858B is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB183133139-
CMYK00.270.240.28
HSL352.8º25.77%61.96%-
HSV(B)352.8º27.32%71.76%-
XYZ32.5828.7128.25-
YUV148.63122.56152.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=40.22%
G=29.23%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313313900.270.240.28352.825.7761.96
HexB7858B01B181C1611a3e
Octal26720521303330345413276
Binary101101111000010110001011011011110001110010110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7858B; }

 p { color: rgb(183,133,139); }

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

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

 a { background-color: rgb(183,133,139); }

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

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

 span { border-color: rgb(183,133,139); }

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