#B76C8B

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

Shades of Tapestry #B76C8B

Tints of Tapestry #B76C8B

Color information

#B76C8B (or 0xB76C8B) is unknown color: approx Tapestry. HEX triplet: B7, 6C and 8B. RGB value is (183,108,139). Sum of RGB (Red+Green+Blue) = 183+108+139=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C8B is #489374. Grayscale: #858585. Windows color (decimal): -4756341 or 9137335. OLE color: 9137335.

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

Color convert

RGB183108139-
CMYK00.410.240.28
HSL335.2º34.25%57.06%-
HSV(B)335.2º40.98%71.76%-
XYZ29.5522.6627.24-
YUV133.96130.85162.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=42.56%
G=25.12%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310813900.410.240.28335.234.2557.06
HexB76C8B029181C14f2239
Octal26715421305130345174271
Binary1011011111011001000101101010011100011100101001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C8B; }

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

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

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

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

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

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

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

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