#B8758A

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

Shades of Tapestry #B8758A

Tints of Tapestry #B8758A

Color information

#B8758A (or 0xB8758A) is unknown color: approx Tapestry. HEX triplet: B8, 75 and 8A. RGB value is (184,117,138). Sum of RGB (Red+Green+Blue) = 184+117+138=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8758A is #478A75. Grayscale: #8B8B8B. Windows color (decimal): -4688502 or 9074104. OLE color: 9074104.

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

Color convert

RGB184117138-
CMYK00.360.250.28
HSL341.19º32.06%59.02%-
HSV(B)341.19º36.41%72.16%-
XYZ30.7224.7527.2-
YUV139.43127.2159.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=41.91%
G=26.65%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411713800.360.250.28341.1932.0659.02
HexB8758A024191C155203b
Octal27016521204431345254073
Binary1011100011101011000101001001001100111100101010101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8758A; }

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

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

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

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

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

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

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

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