#B8767E

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

Shades of Tapestry #B8767E

Tints of Tapestry #B8767E

Color information

#B8767E (or 0xB8767E) is unknown color: approx Tapestry. HEX triplet: B8, 76 and 7E. RGB value is (184,118,126). Sum of RGB (Red+Green+Blue) = 184+118+126=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8767E is #478981. Grayscale: #8A8A8A. Windows color (decimal): -4688258 or 8287928. OLE color: 8287928.

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

Color convert

RGB184118126-
CMYK00.360.320.28
HSL352.73º31.73%59.22%-
HSV(B)352.73º35.87%72.16%-
XYZ30.0124.6522.92-
YUV138.65120.87160.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=42.99%
G=27.57%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411812600.360.320.28352.7331.7359.22
HexB8767E024201C161203b
Octal27016617604440345414073
Binary1011100011101101111110010010010000011100101100001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8767E; }

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

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

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

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

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

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

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

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