#B4868B

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

Shades of Tapestry #B4868B

Tints of Tapestry #B4868B

Color information

#B4868B (or 0xB4868B) is unknown color: approx Tapestry. HEX triplet: B4, 86 and 8B. RGB value is (180,134,139). Sum of RGB (Red+Green+Blue) = 180+134+139=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4868B is #4B7974. Grayscale: #949494. Windows color (decimal): -4946293 or 9143988. OLE color: 9143988.

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

Color convert

RGB180134139-
CMYK00.260.230.29
HSL353.48º23.47%61.57%-
HSV(B)353.48º25.56%70.59%-
XYZ32.0128.6228.26-
YUV148.32122.74150.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=39.74%
G=29.58%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013413900.260.230.29353.4823.4761.57
HexB4868B01A171D161173e
Octal26420621303227355412776
Binary101101001000011010001011011010101111110110110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4868B; }

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

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

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

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

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

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

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

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