#B4688B

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

Shades of Tapestry #B4688B

Tints of Tapestry #B4688B

Color information

#B4688B (or 0xB4688B) is unknown color: approx Tapestry. HEX triplet: B4, 68 and 8B. RGB value is (180,104,139). Sum of RGB (Red+Green+Blue) = 180+104+139=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4688B is #4B9774. Grayscale: #828282. Windows color (decimal): -4953973 or 9136308. OLE color: 9136308.

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

Color convert

RGB180104139-
CMYK00.420.230.29
HSL332.37º33.63%55.69%-
HSV(B)332.37º42.22%70.59%-
XYZ28.4321.4727.07-
YUV130.71132.68163.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=42.55%
G=24.59%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010413900.420.230.29332.3733.6355.69
HexB4688B02A171D14c2238
Octal26415021305227355144270
Binary1011010011010001000101101010101011111101101001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4688B; }

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

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

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

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

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

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

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

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