#B4667E

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

Shades of Tapestry #B4667E

Tints of Tapestry #B4667E

Color information

#B4667E (or 0xB4667E) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 7E. RGB value is (180,102,126). Sum of RGB (Red+Green+Blue) = 180+102+126=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4667E is #4B9981. Grayscale: #808080. Windows color (decimal): -4954498 or 8283828. OLE color: 8283828.

HSL color Cylindrical-coordinate representation of color #B4667E: hue angle of 341.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4667E is Cyan = 0, Magento = 0.43, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB180102126-
CMYK00.430.30.29
HSL341.54º34.21%55.29%-
HSV(B)341.54º43.33%70.59%-
XYZ27.3420.7122.3-
YUV128.06126.84165.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=44.12%
G=25%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010212600.430.30.29341.5434.2155.29
HexB4667E02B1E1D1562237
Octal26414617605336355264267
Binary101101001100110111111001010111111011101101010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4667E; }

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

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

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

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

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

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

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

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