#B8758D

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

Shades of Tapestry #B8758D

Tints of Tapestry #B8758D

Color information

#B8758D (or 0xB8758D) is unknown color: approx Tapestry. HEX triplet: B8, 75 and 8D. RGB value is (184,117,141). Sum of RGB (Red+Green+Blue) = 184+117+141=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8758D is #478A72. Grayscale: #8B8B8B. Windows color (decimal): -4688499 or 9270712. OLE color: 9270712.

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

Color convert

RGB184117141-
CMYK00.360.230.28
HSL338.51º32.06%59.02%-
HSV(B)338.51º36.41%72.16%-
XYZ30.9424.8428.36-
YUV139.77128.7159.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=41.63%
G=26.47%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411714100.360.230.28338.5132.0659.02
HexB8758D024171C153203b
Octal27016521504427345234073
Binary1011100011101011000110101001001011111100101010011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8758D; }

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

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

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

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

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

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

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

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