#BD768C

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

Shades of Tapestry #BD768C

Tints of Tapestry #BD768C

Color information

#BD768C (or 0xBD768C) is unknown color: approx Tapestry. HEX triplet: BD, 76 and 8C. RGB value is (189,118,140). Sum of RGB (Red+Green+Blue) = 189+118+140=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD768C is #428973. Grayscale: #8D8D8D. Windows color (decimal): -4360564 or 9205437. OLE color: 9205437.

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

Color convert

RGB189118140-
CMYK00.380.260.26
HSL341.41º34.98%60.2%-
HSV(B)341.41º37.57%74.12%-
XYZ32.225.6728.07-
YUV141.74127.02161.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=42.28%
G=26.40%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911814000.380.260.26341.4134.9860.2
HexBD768C0261A1A155233c
Octal27516621404632325254374
Binary1011110111101101000110001001101101011010101010101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD768C; }

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

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

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

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

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

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

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

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