#BD6775

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

Shades of Tapestry #BD6775

Tints of Tapestry #BD6775

Color information

#BD6775 (or 0xBD6775) is unknown color: approx Tapestry. HEX triplet: BD, 67 and 75. RGB value is (189,103,117). Sum of RGB (Red+Green+Blue) = 189+103+117=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6775 is #42988A. Grayscale: #828282. Windows color (decimal): -4364427 or 7694269. OLE color: 7694269.

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

Color convert

RGB189103117-
CMYK00.460.380.26
HSL350.23º39.45%57.25%-
HSV(B)350.23º45.5%74.12%-
XYZ29.0521.819.51-
YUV130.31120.49169.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=46.21%
G=25.18%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910311700.460.380.26350.2339.4557.25
HexBD677502E261A15e2739
Octal27514716505646325364771
Binary1011110111001111110101010111010011011010101011110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6775; }

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

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

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

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

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

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

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

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