#B76F7B

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

Shades of Tapestry #B76F7B

Tints of Tapestry #B76F7B

Color information

#B76F7B (or 0xB76F7B) is unknown color: approx Tapestry. HEX triplet: B7, 6F and 7B. RGB value is (183,111,123). Sum of RGB (Red+Green+Blue) = 183+111+123=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F7B is #489084. Grayscale: #858585. Windows color (decimal): -4755589 or 8089527. OLE color: 8089527.

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

Color convert

RGB183111123-
CMYK00.390.330.28
HSL350º33.33%57.65%-
HSV(B)350º39.34%71.76%-
XYZ28.7922.8721.64-
YUV133.9121.85163.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=43.88%
G=26.62%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311112300.390.330.2835033.3357.65
HexB76F7B027211C15e213a
Octal26715717304741345364172
Binary1011011111011111111011010011110000111100101011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F7B; }

 p { color: rgb(183,111,123); }

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

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

 a { background-color: rgb(183,111,123); }

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

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

 span { border-color: rgb(183,111,123); }

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