#B0838C

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

Shades of Tapestry #B0838C

Tints of Tapestry #B0838C

Color information

#B0838C (or 0xB0838C) is unknown color: approx Tapestry. HEX triplet: B0, 83 and 8C. RGB value is (176,131,140). Sum of RGB (Red+Green+Blue) = 176+131+140=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0838C is #4F7C73. Grayscale: #919191. Windows color (decimal): -5209204 or 9208752. OLE color: 9208752.

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

Color convert

RGB176131140-
CMYK00.260.200.31
HSL348º22.17%60.2%-
HSV(B)348º25.57%69.02%-
XYZ30.7527.3628.47-
YUV145.48124.91149.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=39.37%
G=29.31%
B=31.32%

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
Decimal17613114000.260.200.3134822.1760.2
HexB0838C01A141F15c163c
Octal26020321403224375342674
Binary101100001000001110001100011010101001111110101110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0838C; }

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

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

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

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

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

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

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

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