#B76E7A

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

Shades of Tapestry #B76E7A

Tints of Tapestry #B76E7A

Color information

#B76E7A (or 0xB76E7A) is unknown color: approx Tapestry. HEX triplet: B7, 6E and 7A. RGB value is (183,110,122). Sum of RGB (Red+Green+Blue) = 183+110+122=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E7A is #489185. Grayscale: #858585. Windows color (decimal): -4755846 or 8023735. OLE color: 8023735.

HSL color Cylindrical-coordinate representation of color #B76E7A: hue angle of 350.14º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76E7A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB183110122-
CMYK00.400.330.28
HSL350.14º33.64%57.45%-
HSV(B)350.14º39.89%71.76%-
XYZ28.6222.6221.27-
YUV133.2121.68163.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=44.10%
G=26.51%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311012200.400.330.28350.1433.6457.45
HexB76E7A028211C15e2239
Octal26715617205041345364271
Binary1011011111011101111010010100010000111100101011110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E7A; }

 p { color: rgb(183,110,122); }

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

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

 a { background-color: rgb(183,110,122); }

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

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

 span { border-color: rgb(183,110,122); }

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