#B0838D

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

Shades of Tapestry #B0838D

Tints of Tapestry #B0838D

Color information

#B0838D (or 0xB0838D) is unknown color: approx Tapestry. HEX triplet: B0, 83 and 8D. RGB value is (176,131,141). Sum of RGB (Red+Green+Blue) = 176+131+141=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0838D is #4F7C72. Grayscale: #919191. Windows color (decimal): -5209203 or 9274288. OLE color: 9274288.

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

Color convert

RGB176131141-
CMYK00.260.200.31
HSL346.67º22.17%60.2%-
HSV(B)346.67º25.57%69.02%-
XYZ30.8327.3928.86-
YUV145.6125.41149.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=39.29%
G=29.24%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613114100.260.200.31346.6722.1760.2
HexB0838D01A141F15b163c
Octal26020321503224375332674
Binary101100001000001110001101011010101001111110101101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0838D; }

 p { color: rgb(176,131,141); }

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

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

 a { background-color: rgb(176,131,141); }

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

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

 span { border-color: rgb(176,131,141); }

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