#B8678C

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

Shades of Tapestry #B8678C

Tints of Tapestry #B8678C

Color information

#B8678C (or 0xB8678C) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 8C. RGB value is (184,103,140). Sum of RGB (Red+Green+Blue) = 184+103+140=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8678C is #479873. Grayscale: #838383. Windows color (decimal): -4692084 or 9201592. OLE color: 9201592.

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

Color convert

RGB184103140-
CMYK00.440.240.28
HSL332.59º36.32%56.27%-
HSV(B)332.59º44.02%72.16%-
XYZ29.3521.7827.47-
YUV131.44132.84165.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=43.09%
G=24.12%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410314000.440.240.28332.5936.3256.27
HexB8678C02C181C14d2438
Octal27014721405430345154470
Binary1011100011001111000110001011001100011100101001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8678C; }

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

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

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

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

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

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

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

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