#BD777E

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

Shades of Tapestry #BD777E

Tints of Tapestry #BD777E

Color information

#BD777E (or 0xBD777E) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 7E. RGB value is (189,119,126). Sum of RGB (Red+Green+Blue) = 189+119+126=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD777E is #428881. Grayscale: #8C8C8C. Windows color (decimal): -4360322 or 8288189. OLE color: 8288189.

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

Color convert

RGB189119126-
CMYK00.370.330.26
HSL354º34.65%60.39%-
HSV(B)354º37.04%74.12%-
XYZ31.3525.5223.01-
YUV140.73119.69162.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 119 (46.88% from 255) = 27.42%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=43.55%
G=27.42%
B=29.03%

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
Decimal18911912600.370.330.2635434.6560.39
HexBD777E025211A162233c
Octal27516717604541325424374
Binary1011110111101111111110010010110000111010101100010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD777E; }

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

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

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

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

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

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

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

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