#BD6A7A

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

Shades of Tapestry #BD6A7A

Tints of Tapestry #BD6A7A

Color information

#BD6A7A (or 0xBD6A7A) is unknown color: approx Tapestry. HEX triplet: BD, 6A and 7A. RGB value is (189,106,122). Sum of RGB (Red+Green+Blue) = 189+106+122=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A7A is #429585. Grayscale: #848484. Windows color (decimal): -4363654 or 8022717. OLE color: 8022717.

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

Color convert

RGB189106122-
CMYK00.440.350.26
HSL348.43º38.6%57.84%-
HSV(B)348.43º43.92%74.12%-
XYZ29.6522.5321.2-
YUV132.64122168.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=45.32%
G=25.42%
B=29.26%

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
Decimal18910612200.440.350.26348.4338.657.84
HexBD6A7A02C231A15c273a
Octal27515217205443325344772
Binary1011110111010101111010010110010001111010101011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A7A; }

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

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

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

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

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

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

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

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