#B8738A

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

Shades of Tapestry #B8738A

Tints of Tapestry #B8738A

Color information

#B8738A (or 0xB8738A) is unknown color: approx Tapestry. HEX triplet: B8, 73 and 8A. RGB value is (184,115,138). Sum of RGB (Red+Green+Blue) = 184+115+138=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B8738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8738A is #478C75. Grayscale: #8A8A8A. Windows color (decimal): -4689014 or 9073592. OLE color: 9073592.

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

Color convert

RGB184115138-
CMYK00.380.250.28
HSL340º32.7%58.63%-
HSV(B)340º37.5%72.16%-
XYZ30.4924.2927.13-
YUV138.25127.86160.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411513800.380.250.2834032.758.63
HexB8738A026191C154213b
Octal27016321204631345244173
Binary1011100011100111000101001001101100111100101010100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8738A; }

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

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

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

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

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

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

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

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