#B8677D

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

Shades of Tapestry #B8677D

Tints of Tapestry #B8677D

Color information

#B8677D (or 0xB8677D) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 7D. RGB value is (184,103,125). Sum of RGB (Red+Green+Blue) = 184+103+125=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8677D is #479882. Grayscale: #818181. Windows color (decimal): -4692099 or 8218552. OLE color: 8218552.

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

Color convert

RGB184103125-
CMYK00.440.320.28
HSL343.7º36.32%56.27%-
HSV(B)343.7º44.02%72.16%-
XYZ28.3221.3722.03-
YUV129.73125.34166.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=44.66%
G=25%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410312500.440.320.28343.736.3256.27
HexB8677D02C201C1582438
Octal27014717505440345304470
Binary1011100011001111111101010110010000011100101011000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8677D; }

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

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

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

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

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

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

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

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