#B76784

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

Shades of Tapestry #B76784

Tints of Tapestry #B76784

Color information

#B76784 (or 0xB76784) is unknown color: approx Tapestry. HEX triplet: B7, 67 and 84. RGB value is (183,103,132). Sum of RGB (Red+Green+Blue) = 183+103+132=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B76784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76784 is #48987B. Grayscale: #828282. Windows color (decimal): -4757628 or 8677303. OLE color: 8677303.

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

Color convert

RGB183103132-
CMYK00.440.280.28
HSL338.25º35.71%56.08%-
HSV(B)338.25º43.72%71.76%-
XYZ28.5421.4324.46-
YUV130.23129165.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=43.78%
G=24.64%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310313200.440.280.28338.2535.7156.08
HexB7678402C1C1C1522438
Octal26714720405434345224470
Binary1011011111001111000010001011001110011100101010010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76784; }

 p { color: rgb(183,103,132); }

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

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

 a { background-color: rgb(183,103,132); }

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

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

 span { border-color: rgb(183,103,132); }

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