#B7667E

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

Shades of Tapestry #B7667E

Tints of Tapestry #B7667E

Color information

#B7667E (or 0xB7667E) is unknown color: approx Tapestry. HEX triplet: B7, 66 and 7E. RGB value is (183,102,126). Sum of RGB (Red+Green+Blue) = 183+102+126=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7667E is #489981. Grayscale: #808080. Windows color (decimal): -4757890 or 8283831. OLE color: 8283831.

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

Color convert

RGB183102126-
CMYK00.440.310.28
HSL342.22º36%55.88%-
HSV(B)342.22º44.26%71.76%-
XYZ28.0521.0822.33-
YUV128.95126.34166.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=44.53%
G=24.82%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310212600.440.310.28342.223655.88
HexB7667E02C1F1C1562438
Octal26714617605437345264470
Binary101101111100110111111001011001111111100101010110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7667E; }

 p { color: rgb(183,102,126); }

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

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

 a { background-color: rgb(183,102,126); }

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

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

 span { border-color: rgb(183,102,126); }

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