#B4698A

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

Shades of Tapestry #B4698A

Tints of Tapestry #B4698A

Color information

#B4698A (or 0xB4698A) is unknown color: approx Tapestry. HEX triplet: B4, 69 and 8A. RGB value is (180,105,138). Sum of RGB (Red+Green+Blue) = 180+105+138=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4698A is #4B9675. Grayscale: #838383. Windows color (decimal): -4953718 or 9071028. OLE color: 9071028.

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

Color convert

RGB180105138-
CMYK00.420.230.29
HSL333.6º33.33%55.88%-
HSV(B)333.6º41.67%70.59%-
XYZ28.4621.6426.72-
YUV131.19131.85162.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=42.55%
G=24.82%
B=32.62%

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
Decimal18010513800.420.230.29333.633.3355.88
HexB4698A02A171D14e2138
Octal26415121205227355164170
Binary1011010011010011000101001010101011111101101001110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4698A; }

 p { color: rgb(180,105,138); }

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

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

 a { background-color: rgb(180,105,138); }

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

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

 span { border-color: rgb(180,105,138); }

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