#B8727C

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

Shades of Tapestry #B8727C

Tints of Tapestry #B8727C

Color information

#B8727C (or 0xB8727C) is unknown color: approx Tapestry. HEX triplet: B8, 72 and 7C. RGB value is (184,114,124). Sum of RGB (Red+Green+Blue) = 184+114+124=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8727C is #478D83. Grayscale: #888888. Windows color (decimal): -4689284 or 8155832. OLE color: 8155832.

HSL color Cylindrical-coordinate representation of color #B8727C: hue angle of 351.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8727C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB184114124-
CMYK00.380.330.28
HSL351.43º33.02%58.43%-
HSV(B)351.43º38.04%72.16%-
XYZ29.4223.6822.09-
YUV136.07121.19162.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=43.60%
G=27.01%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411412400.380.330.28351.4333.0258.43
HexB8727C026211C15f213a
Octal27016217404641345374172
Binary1011100011100101111100010011010000111100101011111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8727C; }

 p { color: rgb(184,114,124); }

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

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

 a { background-color: rgb(184,114,124); }

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

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

 span { border-color: rgb(184,114,124); }

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