#B4698B

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

Shades of Tapestry #B4698B

Tints of Tapestry #B4698B

Color information

#B4698B (or 0xB4698B) is unknown color: approx Tapestry. HEX triplet: B4, 69 and 8B. RGB value is (180,105,139). Sum of RGB (Red+Green+Blue) = 180+105+139=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4698B is #4B9674. Grayscale: #838383. Windows color (decimal): -4953717 or 9136564. OLE color: 9136564.

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

Color convert

RGB180105139-
CMYK00.420.230.29
HSL332.8º33.33%55.88%-
HSV(B)332.8º41.67%70.59%-
XYZ28.5321.6727.11-
YUV131.3132.35162.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=42.45%
G=24.76%
B=32.78%

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
Decimal18010513900.420.230.29332.833.3355.88
HexB4698B02A171D14d2138
Octal26415121305227355154170
Binary1011010011010011000101101010101011111101101001101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4698B; }

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

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

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

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

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

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

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

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