#B8757F

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

Shades of Tapestry #B8757F

Tints of Tapestry #B8757F

Color information

#B8757F (or 0xB8757F) is unknown color: approx Tapestry. HEX triplet: B8, 75 and 7F. RGB value is (184,117,127). Sum of RGB (Red+Green+Blue) = 184+117+127=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8757F is #478A80. Grayscale: #8A8A8A. Windows color (decimal): -4688513 or 8353208. OLE color: 8353208.

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

Color convert

RGB184117127-
CMYK00.360.310.28
HSL351.04º32.06%59.02%-
HSV(B)351.04º36.41%72.16%-
XYZ29.9624.4523.22-
YUV138.17121.7160.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 127 (50% from 255) = 29.67%
R=42.99%
G=27.34%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411712700.360.310.28351.0432.0659.02
HexB8757F0241F1C15f203b
Octal27016517704437345374073
Binary101110001110101111111101001001111111100101011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8757F; }

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

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

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

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

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

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

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

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