#BD698C

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

Shades of Tapestry #BD698C

Tints of Tapestry #BD698C

Color information

#BD698C (or 0xBD698C) is unknown color: approx Tapestry. HEX triplet: BD, 69 and 8C. RGB value is (189,105,140). Sum of RGB (Red+Green+Blue) = 189+105+140=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD698C is #429673. Grayscale: #868686. Windows color (decimal): -4363892 or 9202109. OLE color: 9202109.

HSL color Cylindrical-coordinate representation of color #BD698C: hue angle of 335º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD698C is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB189105140-
CMYK00.440.260.26
HSL335º38.89%57.65%-
HSV(B)335º44.44%74.12%-
XYZ30.7722.8227.59-
YUV134.11131.33167.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=43.55%
G=24.19%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910514000.440.260.2633538.8957.65
HexBD698C02C1A1A14f273a
Octal27515121405432325174772
Binary1011110111010011000110001011001101011010101001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD698C; }

 p { color: rgb(189,105,140); }

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

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

 a { background-color: rgb(189,105,140); }

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

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

 span { border-color: rgb(189,105,140); }

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