#B8737E

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

Shades of Tapestry #B8737E

Tints of Tapestry #B8737E

Color information

#B8737E (or 0xB8737E) is unknown color: approx Tapestry. HEX triplet: B8, 73 and 7E. RGB value is (184,115,126). Sum of RGB (Red+Green+Blue) = 184+115+126=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8737E is #478C81. Grayscale: #888888. Windows color (decimal): -4689026 or 8287160. OLE color: 8287160.

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

Color convert

RGB184115126-
CMYK00.380.320.28
HSL350.43º32.7%58.63%-
HSV(B)350.43º37.5%72.16%-
XYZ29.6623.9622.8-
YUV136.88121.86161.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=43.29%
G=27.06%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411512600.380.320.28350.4332.758.63
HexB8737E026201C15e213b
Octal27016317604640345364173
Binary1011100011100111111110010011010000011100101011110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8737E; }

 p { color: rgb(184,115,126); }

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

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

 a { background-color: rgb(184,115,126); }

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

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

 span { border-color: rgb(184,115,126); }

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