#B8767F

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

Shades of Tapestry #B8767F

Tints of Tapestry #B8767F

Color information

#B8767F (or 0xB8767F) is unknown color: approx Tapestry. HEX triplet: B8, 76 and 7F. RGB value is (184,118,127). Sum of RGB (Red+Green+Blue) = 184+118+127=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8767F is #478980. Grayscale: #8A8A8A. Windows color (decimal): -4688257 or 8353464. OLE color: 8353464.

HSL color Cylindrical-coordinate representation of color #B8767F: hue angle of 351.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 #B8767F is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB184118127-
CMYK00.360.310.28
HSL351.82º31.73%59.22%-
HSV(B)351.82º35.87%72.16%-
XYZ30.0824.6823.26-
YUV138.76121.37160.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 127 (50% from 255) = 29.60%
R=42.89%
G=27.51%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411812700.360.310.28351.8231.7359.22
HexB8767F0241F1C160203b
Octal27016617704437345404073
Binary101110001110110111111101001001111111100101100000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8767F; }

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

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

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

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

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

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

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

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