#B8678E

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

Shades of Tapestry #B8678E

Tints of Tapestry #B8678E

Color information

#B8678E (or 0xB8678E) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 8E. RGB value is (184,103,142). Sum of RGB (Red+Green+Blue) = 184+103+142=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8678E is #479871. Grayscale: #838383. Windows color (decimal): -4692082 or 9332664. OLE color: 9332664.

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

Color convert

RGB184103142-
CMYK00.440.230.28
HSL331.11º36.32%56.27%-
HSV(B)331.11º44.02%72.16%-
XYZ29.521.8428.25-
YUV131.66133.84165.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=42.89%
G=24.01%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410314200.440.230.28331.1136.3256.27
HexB8678E02C171C14b2438
Octal27014721605427345134470
Binary1011100011001111000111001011001011111100101001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8678E; }

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

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

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

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

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

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

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

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