#BD777F

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

Shades of Tapestry #BD777F

Tints of Tapestry #BD777F

Color information

#BD777F (or 0xBD777F) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 7F. RGB value is (189,119,127). Sum of RGB (Red+Green+Blue) = 189+119+127=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD777F is #428880. Grayscale: #8C8C8C. Windows color (decimal): -4360321 or 8353725. OLE color: 8353725.

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

Color convert

RGB189119127-
CMYK00.370.330.26
HSL353.14º34.65%60.39%-
HSV(B)353.14º37.04%74.12%-
XYZ31.4125.5423.35-
YUV140.84120.19162.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 127 (50% from 255) = 29.20%
R=43.45%
G=27.36%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911912700.370.330.26353.1434.6560.39
HexBD777F025211A161233c
Octal27516717704541325414374
Binary1011110111101111111111010010110000111010101100001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD777F; }

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

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

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

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

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

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

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

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