#B8757E

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

Shades of Tapestry #B8757E

Tints of Tapestry #B8757E

Color information

#B8757E (or 0xB8757E) is unknown color: approx Tapestry. HEX triplet: B8, 75 and 7E. RGB value is (184,117,126). Sum of RGB (Red+Green+Blue) = 184+117+126=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8757E is #478A81. Grayscale: #8A8A8A. Windows color (decimal): -4688514 or 8287672. OLE color: 8287672.

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

Color convert

RGB184117126-
CMYK00.360.320.28
HSL351.94º32.06%59.02%-
HSV(B)351.94º36.41%72.16%-
XYZ29.8924.4222.88-
YUV138.06121.2160.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=43.09%
G=27.40%
B=29.51%

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
Decimal18411712600.360.320.28351.9432.0659.02
HexB8757E024201C160203b
Octal27016517604440345404073
Binary1011100011101011111110010010010000011100101100000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8757E; }

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

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

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

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

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

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

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

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