#B8667A

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

Shades of Tapestry #B8667A

Tints of Tapestry #B8667A

Color information

#B8667A (or 0xB8667A) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 7A. RGB value is (184,102,122). Sum of RGB (Red+Green+Blue) = 184+102+122=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8667A is #479985. Grayscale: #808080. Windows color (decimal): -4692358 or 8021688. OLE color: 8021688.

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

Color convert

RGB184102122-
CMYK00.450.340.28
HSL345.37º36.61%56.08%-
HSV(B)345.37º44.57%72.16%-
XYZ28.0321.121.01-
YUV128.8124.17167.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=45.10%
G=25%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410212200.450.340.28345.3736.6156.08
HexB8667A02D221C1592538
Octal27014617205542345314570
Binary1011100011001101111010010110110001011100101011001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8667A; }

 p { color: rgb(184,102,122); }

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

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

 a { background-color: rgb(184,102,122); }

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

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

 span { border-color: rgb(184,102,122); }

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