#B8678D

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

Shades of Tapestry #B8678D

Tints of Tapestry #B8678D

Color information

#B8678D (or 0xB8678D) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 8D. RGB value is (184,103,141). Sum of RGB (Red+Green+Blue) = 184+103+141=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8678D is #479872. Grayscale: #838383. Windows color (decimal): -4692083 or 9267128. OLE color: 9267128.

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

Color convert

RGB184103141-
CMYK00.440.230.28
HSL331.85º36.32%56.27%-
HSV(B)331.85º44.02%72.16%-
XYZ29.4321.8127.86-
YUV131.55133.34165.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=42.99%
G=24.07%
B=32.94%

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
Decimal18410314100.440.230.28331.8536.3256.27
HexB8678D02C171C14c2438
Octal27014721505427345144470
Binary1011100011001111000110101011001011111100101001100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8678D; }

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

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

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

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

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

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

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

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