#B76375

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

Shades of Tapestry #B76375

Tints of Tapestry #B76375

Color information

#B76375 (or 0xB76375) is unknown color: approx Tapestry. HEX triplet: B7, 63 and 75. RGB value is (183,99,117). Sum of RGB (Red+Green+Blue) = 183+99+117=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B76375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76375 is #489C8A. Grayscale: #7E7E7E. Windows color (decimal): -4758667 or 7693239. OLE color: 7693239.

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

Color convert

RGB18399117-
CMYK00.460.360.28
HSL347.14º36.84%55.29%-
HSV(B)347.14º45.9%71.76%-
XYZ27.220.2819.31-
YUV126.17122.83168.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=45.86%
G=24.81%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839911700.460.360.28347.1436.8455.29
HexB7637502E241C15b2537
Octal26714316505644345334567
Binary1011011111000111110101010111010010011100101011011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76375; }

 p { color: rgb(183,99,117); }

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

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

 a { background-color: rgb(183,99,117); }

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

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

 span { border-color: rgb(183,99,117); }

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