#B8707D

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

Shades of Tapestry #B8707D

Tints of Tapestry #B8707D

Color information

#B8707D (or 0xB8707D) is unknown color: approx Tapestry. HEX triplet: B8, 70 and 7D. RGB value is (184,112,125). Sum of RGB (Red+Green+Blue) = 184+112+125=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8707D is #478F82. Grayscale: #878787. Windows color (decimal): -4689795 or 8220856. OLE color: 8220856.

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

Color convert

RGB184112125-
CMYK00.390.320.28
HSL349.17º33.64%58.04%-
HSV(B)349.17º39.13%72.16%-
XYZ29.2623.2622.35-
YUV135.01122.35162.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=43.71%
G=26.60%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411212500.390.320.28349.1733.6458.04
HexB8707D027201C15d223a
Octal27016017504740345354272
Binary1011100011100001111101010011110000011100101011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8707D; }

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

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

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

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

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

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

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

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