#B6777F

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

Shades of Tapestry #B6777F

Tints of Tapestry #B6777F

Color information

#B6777F (or 0xB6777F) is unknown color: approx Tapestry. HEX triplet: B6, 77 and 7F. RGB value is (182,119,127). Sum of RGB (Red+Green+Blue) = 182+119+127=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B6777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6777F is #498880. Grayscale: #8A8A8A. Windows color (decimal): -4819073 or 8353718. OLE color: 8353718.

HSL color Cylindrical-coordinate representation of color #B6777F: hue angle of 352.38º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6777F is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182119127-
CMYK00.350.300.29
HSL352.38º30.14%59.02%-
HSV(B)352.38º34.62%71.37%-
XYZ29.7224.6723.27-
YUV138.75121.37158.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 119 (46.88% from 255) = 27.80%
BLUE value IS 127 (50% from 255) = 29.67%
R=42.52%
G=27.80%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211912700.350.300.29352.3830.1459.02
HexB6777F0231E1D1601e3b
Octal26616717704336355403673
Binary10110110111011111111110100011111101110110110000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6777F; }

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

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

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

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

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

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

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

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