#B8707B

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

Shades of Tapestry #B8707B

Tints of Tapestry #B8707B

Color information

#B8707B (or 0xB8707B) is unknown color: approx Tapestry. HEX triplet: B8, 70 and 7B. RGB value is (184,112,123). Sum of RGB (Red+Green+Blue) = 184+112+123=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8707B is #478F84. Grayscale: #868686. Windows color (decimal): -4689797 or 8089784. OLE color: 8089784.

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

Color convert

RGB184112123-
CMYK00.390.330.28
HSL350.83º33.64%58.04%-
HSV(B)350.83º39.13%72.16%-
XYZ29.1423.2121.68-
YUV134.78121.35163.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=43.91%
G=26.73%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411212300.390.330.28350.8333.6458.04
HexB8707B027211C15f223a
Octal27016017304741345374272
Binary1011100011100001111011010011110000111100101011111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8707B; }

 p { color: rgb(184,112,123); }

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

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

 a { background-color: rgb(184,112,123); }

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

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

 span { border-color: rgb(184,112,123); }

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