#B0838B

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

Shades of Tapestry #B0838B

Tints of Tapestry #B0838B

Color information

#B0838B (or 0xB0838B) is unknown color: approx Tapestry. HEX triplet: B0, 83 and 8B. RGB value is (176,131,139). Sum of RGB (Red+Green+Blue) = 176+131+139=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B0838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0838B is #4F7C74. Grayscale: #919191. Windows color (decimal): -5209205 or 9143216. OLE color: 9143216.

HSL color Cylindrical-coordinate representation of color #B0838B: hue angle of 349.33º 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 #B0838B is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB176131139-
CMYK00.260.210.31
HSL349.33º22.17%60.2%-
HSV(B)349.33º25.57%69.02%-
XYZ30.6827.3328.08-
YUV145.37124.41149.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=39.46%
G=29.37%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613113900.260.210.31349.3322.1760.2
HexB0838B01A151F15d163c
Octal26020321303225375352674
Binary101100001000001110001011011010101011111110101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0838B; }

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

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

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

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

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

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

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

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