#B7818B

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

Shades of Tapestry #B7818B

Tints of Tapestry #B7818B

Color information

#B7818B (or 0xB7818B) is unknown color: approx Tapestry. HEX triplet: B7, 81 and 8B. RGB value is (183,129,139). Sum of RGB (Red+Green+Blue) = 183+129+139=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7818B is #487E74. Grayscale: #929292. Windows color (decimal): -4750965 or 9142711. OLE color: 9142711.

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

Color convert

RGB183129139-
CMYK00.300.240.28
HSL348.89º27.27%61.18%-
HSV(B)348.89º29.51%71.76%-
XYZ32.0427.6328.07-
YUV146.29123.89154.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=40.58%
G=28.60%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312913900.300.240.28348.8927.2761.18
HexB7818B01E181C15d1b3d
Octal26720121303630345353375
Binary101101111000000110001011011110110001110010101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7818B; }

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

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

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

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

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

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

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

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