#BD777A

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

Shades of Tapestry #BD777A

Tints of Tapestry #BD777A

Color information

#BD777A (or 0xBD777A) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 7A. RGB value is (189,119,122). Sum of RGB (Red+Green+Blue) = 189+119+122=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD777A is #428885. Grayscale: #8C8C8C. Windows color (decimal): -4360326 or 8026045. OLE color: 8026045.

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

Color convert

RGB189119122-
CMYK00.370.350.26
HSL357.43º34.65%60.39%-
HSV(B)357.43º37.04%74.12%-
XYZ31.125.4221.68-
YUV140.27117.69162.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=43.95%
G=27.67%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911912200.370.350.26357.4334.6560.39
HexBD777A025231A165233c
Octal27516717204543325454374
Binary1011110111101111111010010010110001111010101100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD777A; }

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

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

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

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

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

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

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

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