#BD6A75

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

Shades of Tapestry #BD6A75

Tints of Tapestry #BD6A75

Color information

#BD6A75 (or 0xBD6A75) is unknown color: approx Tapestry. HEX triplet: BD, 6A and 75. RGB value is (189,106,117). Sum of RGB (Red+Green+Blue) = 189+106+117=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A75 is #42958A. Grayscale: #848484. Windows color (decimal): -4363659 or 7695037. OLE color: 7695037.

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

Color convert

RGB189106117-
CMYK00.440.380.26
HSL352.05º38.6%57.84%-
HSV(B)352.05º43.92%74.12%-
XYZ29.3522.4119.61-
YUV132.07119.5168.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=45.87%
G=25.73%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910611700.440.380.26352.0538.657.84
HexBD6A7502C261A160273a
Octal27515216505446325404772
Binary1011110111010101110101010110010011011010101100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A75; }

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

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

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

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

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

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

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

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