#B4698D

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

Shades of Tapestry #B4698D

Tints of Tapestry #B4698D

Color information

#B4698D (or 0xB4698D) is unknown color: approx Tapestry. HEX triplet: B4, 69 and 8D. RGB value is (180,105,141). Sum of RGB (Red+Green+Blue) = 180+105+141=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4698D is #4B9672. Grayscale: #838383. Windows color (decimal): -4953715 or 9267636. OLE color: 9267636.

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

Color convert

RGB180105141-
CMYK00.420.220.29
HSL331.2º33.33%55.88%-
HSV(B)331.2º41.67%70.59%-
XYZ28.6821.7327.88-
YUV131.53133.35162.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=42.25%
G=24.65%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010514100.420.220.29331.233.3355.88
HexB4698D02A161D14b2138
Octal26415121505226355134170
Binary1011010011010011000110101010101011011101101001011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4698D; }

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

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

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

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

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

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

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

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