#B0848C

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

Shades of Tapestry #B0848C

Tints of Tapestry #B0848C

Color information

#B0848C (or 0xB0848C) is unknown color: approx Tapestry. HEX triplet: B0, 84 and 8C. RGB value is (176,132,140). Sum of RGB (Red+Green+Blue) = 176+132+140=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0848C is #4F7B73. Grayscale: #929292. Windows color (decimal): -5208948 or 9209008. OLE color: 9209008.

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

Color convert

RGB176132140-
CMYK00.250.200.31
HSL349.09º21.78%60.39%-
HSV(B)349.09º25%69.02%-
XYZ30.8927.6328.52-
YUV146.07124.58149.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=39.29%
G=29.46%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613214000.250.200.31349.0921.7860.39
HexB0848C019141F15d163c
Octal26020421403124375352674
Binary101100001000010010001100011001101001111110101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0848C; }

 p { color: rgb(176,132,140); }

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

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

 a { background-color: rgb(176,132,140); }

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

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

 span { border-color: rgb(176,132,140); }

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