#B76B8B

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

Shades of Tapestry #B76B8B

Tints of Tapestry #B76B8B

Color information

#B76B8B (or 0xB76B8B) is unknown color: approx Tapestry. HEX triplet: B7, 6B and 8B. RGB value is (183,107,139). Sum of RGB (Red+Green+Blue) = 183+107+139=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B8B is #489474. Grayscale: #858585. Windows color (decimal): -4756597 or 9137079. OLE color: 9137079.

HSL color Cylindrical-coordinate representation of color #B76B8B: hue angle of 334.74º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76B8B is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB183107139-
CMYK00.420.240.28
HSL334.74º34.55%56.86%-
HSV(B)334.74º41.53%71.76%-
XYZ29.4522.4527.21-
YUV133.37131.18163.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=42.66%
G=24.94%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310713900.420.240.28334.7434.5556.86
HexB76B8B02A181C14f2339
Octal26715321305230345174371
Binary1011011111010111000101101010101100011100101001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76B8B; }

 p { color: rgb(183,107,139); }

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

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

 a { background-color: rgb(183,107,139); }

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

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

 span { border-color: rgb(183,107,139); }

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