#B8748B

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

Shades of Tapestry #B8748B

Tints of Tapestry #B8748B

Color information

#B8748B (or 0xB8748B) is unknown color: approx Tapestry. HEX triplet: B8, 74 and 8B. RGB value is (184,116,139). Sum of RGB (Red+Green+Blue) = 184+116+139=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8748B is #478B74. Grayscale: #8A8A8A. Windows color (decimal): -4688757 or 9139384. OLE color: 9139384.

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

Color convert

RGB184116139-
CMYK00.370.240.28
HSL339.71º32.38%58.82%-
HSV(B)339.71º36.96%72.16%-
XYZ30.6724.5527.55-
YUV138.95128.03160.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=41.91%
G=26.42%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411613900.370.240.28339.7132.3858.82
HexB8748B025181C154203b
Octal27016421304530345244073
Binary1011100011101001000101101001011100011100101010100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8748B; }

 p { color: rgb(184,116,139); }

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

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

 a { background-color: rgb(184,116,139); }

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

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

 span { border-color: rgb(184,116,139); }

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