#B7848A

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

Shades of Tapestry #B7848A

Tints of Tapestry #B7848A

Color information

#B7848A (or 0xB7848A) is unknown color: approx Tapestry. HEX triplet: B7, 84 and 8A. RGB value is (183,132,138). Sum of RGB (Red+Green+Blue) = 183+132+138=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7848A is #487B75. Grayscale: #939393. Windows color (decimal): -4750198 or 9077943. OLE color: 9077943.

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

Color convert

RGB183132138-
CMYK00.280.250.28
HSL352.94º26.15%61.76%-
HSV(B)352.94º27.87%71.76%-
XYZ32.3728.427.82-
YUV147.93122.4153.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=40.40%
G=29.14%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313213800.280.250.28352.9426.1561.76
HexB7848A01C191C1611a3e
Octal26720421203431345413276
Binary101101111000010010001010011100110011110010110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7848A; }

 p { color: rgb(183,132,138); }

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

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

 a { background-color: rgb(183,132,138); }

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

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

 span { border-color: rgb(183,132,138); }

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