#B8768A

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

Shades of Tapestry #B8768A

Tints of Tapestry #B8768A

Color information

#B8768A (or 0xB8768A) is unknown color: approx Tapestry. HEX triplet: B8, 76 and 8A. RGB value is (184,118,138). Sum of RGB (Red+Green+Blue) = 184+118+138=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8768A is #478975. Grayscale: #8C8C8C. Windows color (decimal): -4688246 or 9074360. OLE color: 9074360.

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

Color convert

RGB184118138-
CMYK00.360.250.28
HSL341.82º31.73%59.22%-
HSV(B)341.82º35.87%72.16%-
XYZ30.8324.9827.24-
YUV140.01126.87159.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=41.82%
G=26.82%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411813800.360.250.28341.8231.7359.22
HexB8768A024191C156203b
Octal27016621204431345264073
Binary1011100011101101000101001001001100111100101010110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8768A; }

 p { color: rgb(184,118,138); }

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

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

 a { background-color: rgb(184,118,138); }

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

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

 span { border-color: rgb(184,118,138); }

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