#BD6A7B

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

Shades of Tapestry #BD6A7B

Tints of Tapestry #BD6A7B

Color information

#BD6A7B (or 0xBD6A7B) is unknown color: approx Tapestry. HEX triplet: BD, 6A and 7B. RGB value is (189,106,123). Sum of RGB (Red+Green+Blue) = 189+106+123=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A7B is #429584. Grayscale: #848484. Windows color (decimal): -4363653 or 8088253. OLE color: 8088253.

HSL color Cylindrical-coordinate representation of color #BD6A7B: hue angle of 347.71º 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 #BD6A7B is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189106123-
CMYK00.440.350.26
HSL347.71º38.6%57.84%-
HSV(B)347.71º43.92%74.12%-
XYZ29.7222.5621.53-
YUV132.76122.5168.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=45.22%
G=25.36%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910612300.440.350.26347.7138.657.84
HexBD6A7B02C231A15c273a
Octal27515217305443325344772
Binary1011110111010101111011010110010001111010101011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A7B; }

 p { color: rgb(189,106,123); }

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

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

 a { background-color: rgb(189,106,123); }

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

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

 span { border-color: rgb(189,106,123); }

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