#B28388

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

Shades of Tapestry #B28388

Tints of Tapestry #B28388

Color information

#B28388 (or 0xB28388) is unknown color: approx Tapestry. HEX triplet: B2, 83 and 88. RGB value is (178,131,136). Sum of RGB (Red+Green+Blue) = 178+131+136=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28388 is #4D7C77. Grayscale: #919191. Windows color (decimal): -5078136 or 8946610. OLE color: 8946610.

HSL color Cylindrical-coordinate representation of color #B28388: hue angle of 353.62º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B28388 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB178131136-
CMYK00.260.240.30
HSL353.62º23.38%60.59%-
HSV(B)353.62º26.4%69.8%-
XYZ30.9227.4826.97-
YUV145.62122.57151.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=40%
G=29.44%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813113600.260.240.30353.6223.3860.59
HexB2838801A181E162173d
Octal26220321003230365422775
Binary101100101000001110001000011010110001111010110001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28388; }

 p { color: rgb(178,131,136); }

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

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

 a { background-color: rgb(178,131,136); }

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

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

 span { border-color: rgb(178,131,136); }

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