#B8758B

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

Shades of Tapestry #B8758B

Tints of Tapestry #B8758B

Color information

#B8758B (or 0xB8758B) is unknown color: approx Tapestry. HEX triplet: B8, 75 and 8B. RGB value is (184,117,139). Sum of RGB (Red+Green+Blue) = 184+117+139=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8758B is #478A74. Grayscale: #8B8B8B. Windows color (decimal): -4688501 or 9139640. OLE color: 9139640.

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

Color convert

RGB184117139-
CMYK00.360.240.28
HSL340.3º32.06%59.02%-
HSV(B)340.3º36.41%72.16%-
XYZ30.7924.7827.59-
YUV139.54127.7159.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=41.82%
G=26.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411713900.360.240.28340.332.0659.02
HexB8758B024181C154203b
Octal27016521304430345244073
Binary1011100011101011000101101001001100011100101010100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8758B; }

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

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

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

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

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

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

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

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