#BD777B

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

Shades of Tapestry #BD777B

Tints of Tapestry #BD777B

Color information

#BD777B (or 0xBD777B) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 7B. RGB value is (189,119,123). Sum of RGB (Red+Green+Blue) = 189+119+123=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD777B is #428884. Grayscale: #8C8C8C. Windows color (decimal): -4360325 or 8091581. OLE color: 8091581.

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

Color convert

RGB189119123-
CMYK00.370.350.26
HSL356.57º34.65%60.39%-
HSV(B)356.57º37.04%74.12%-
XYZ31.1625.4422.01-
YUV140.39118.19162.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=43.85%
G=27.61%
B=28.54%

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
Decimal18911912300.370.350.26356.5734.6560.39
HexBD777B025231A165233c
Octal27516717304543325454374
Binary1011110111101111111011010010110001111010101100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD777B; }

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

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

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

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

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

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

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

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