#B48688

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

Shades of Tapestry #B48688

Tints of Tapestry #B48688

Color information

#B48688 (or 0xB48688) is unknown color: approx Tapestry. HEX triplet: B4, 86 and 88. RGB value is (180,134,136). Sum of RGB (Red+Green+Blue) = 180+134+136=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B48688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48688 is #4B7977. Grayscale: #949494. Windows color (decimal): -4946296 or 8947380. OLE color: 8947380.

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

Color convert

RGB180134136-
CMYK00.260.240.29
HSL357.39º23.47%61.57%-
HSV(B)357.39º25.56%70.59%-
XYZ31.7928.5327.12-
YUV147.98121.24150.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=40%
G=29.78%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013413600.260.240.29357.3923.4761.57
HexB4868801A181D165173e
Octal26420621003230355452776
Binary101101001000011010001000011010110001110110110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48688; }

 p { color: rgb(180,134,136); }

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

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

 a { background-color: rgb(180,134,136); }

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

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

 span { border-color: rgb(180,134,136); }

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